Html Css Color HEX #F045D4 Razzle Dazzle Rose

📋 copy color: '#F045D4'

red 240 ◦ green 69 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F045D4

Tints of Razzle Dazzle Rose #F045D4

RGB

 RED value IS 240 (94.14% from 255) = 46.07%

 GREEN value IS 69 (27.34% from 255) = 13.24%

 BLUE value IS 212 (83.2% from 255) = 40.69%

R = 46.07%
G = 13.24%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F045D4 (or 0xF045D4) is known color: Razzle Dazzle Rose. HEX triplet: F0, 45 and D4. RGB value is (240,69,212). Sum of RGB (Red+Green+Blue) = 240+69+212=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 69 (27.34% from 255 or 13.24% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F045D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F045D4 is #0FBA2B. Grayscale: #888888. Windows color (decimal): -1030700 or 13911536. OLE color: 13911536.

HSL color Cylindrical-coordinate representation of color #F045D4: hue angle of 309.82º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F045D4 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 69 212 -
CMYK 0 0.71 0.12 0.06
HSL 309.82º 0.85% 0.61% -
HSV(B) 309.82º 0.71% 0.94% -
XYZ 49.95 27.53 64.97 -
YUV 136.43 170.65 201.87 -
System Red Green Blue C M Y K H S L
Decimal 240 69 212 0 0.71 0.12 0.06 309.82 0.85 0.61
Hex F0 45 D4 0 47 C 6 136 55 3D
Octal 360 105 324 0 107 14 6 466 125 75
Binary 11110000 1000101 11010100 0 1000111 1100 110 100110110 1010101 111101

Color Harmonies of #F045D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F045D4

Black with #F045D4

Text Example


Text Example

White with #F045D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F045D4; }

 p { color: rgb(240,69,212); }

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

background-color css

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

 a { background-color: rgb(240,69,212); }

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

border-color css

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

 span { border-color: rgb(240,69,212); }

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