Html Css Color HEX #F41CDB Razzle Dazzle Rose

📋 copy color: '#F41CDB'

red 244 ◦ green 28 ◦ blue 219

#F41CDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F41CDB

Tints of Razzle Dazzle Rose #F41CDB

RGB

 RED value IS 244 (95.7% from 255) = 49.69%

 GREEN value IS 28 (11.33% from 255) = 5.7%

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 49.69%
G = 5.7%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F41CDB (or 0xF41CDB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 1C and DB. RGB value is (244,28,219). Sum of RGB (Red+Green+Blue) = 244+28+219=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 28 (11.33% from 255 or 5.70% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41CDB is #0BE324. Grayscale: #717171. Windows color (decimal): -779045 or 14359796. OLE color: 14359796.

HSL color Cylindrical-coordinate representation of color #F41CDB: hue angle of 306.94º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41CDB is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 28 219 -
CMYK 0 0.89 0.10 0.04
HSL 306.94º 0.91% 0.53% -
HSV(B) 306.94º 0.89% 0.96% -
XYZ 50.51 25.18 69.22 -
YUV 114.36 187.06 220.47 -
System Red Green Blue C M Y K H S L
Decimal 244 28 219 0 0.89 0.10 0.04 306.94 0.91 0.53
Hex F4 1C DB 0 59 A 4 133 5B 35
Octal 364 34 333 0 131 12 4 463 133 65
Binary 11110100 11100 11011011 0 1011001 1010 100 100110011 1011011 110101

Color Harmonies of #F41CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41CDB

Black with #F41CDB

Text Example


Text Example

White with #F41CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41CDB; }

 p { color: rgb(244,28,219); }

 H1.HeaderClassName
 {
   color: #F41CDB;
 }
 .AnyTagClassName
 {
   color: #F41CDB;
 }
</style>

background-color css

<style>
 a { background-color: #F41CDB; }

 a { background-color: rgb(244,28,219); }

 div.DivClassName
 {
   background-color: #F41CDB;
 }
 .BgClassName
 {
   background-color: #F41CDB;
 }
</style>

border-color css

<style>
 span { border-color: #F41CDB; }

 span { border-color: rgb(244,28,219); }

 td.TdClassName
 {
   border-color: #F41CDB;
 }
 .TagClassName
 {
   border-color: #F41CDB;
 }
</style>