Html Css Color HEX #F045D3 Razzle Dazzle Rose

📋 copy color: '#F045D3'

red 240 ◦ green 69 ◦ blue 211

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

Shades of Razzle Dazzle Rose #F045D3

Tints of Razzle Dazzle Rose #F045D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.58%

R = 46.15%
G = 13.27%
B = 40.58%

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

#F045D3 (or 0xF045D3) is known color: Razzle Dazzle Rose. HEX triplet: F0, 45 and D3. RGB value is (240,69,211). Sum of RGB (Red+Green+Blue) = 240+69+211=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 69 (27.34% from 255 or 13.27% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F045D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F045D3 is #0FBA2C. Grayscale: #878787. Windows color (decimal): -1030701 or 13846000. OLE color: 13846000.

HSL color Cylindrical-coordinate representation of color #F045D3: hue angle of 310.18º 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 #F045D3 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 69 211 -
CMYK 0 0.71 0.12 0.06
HSL 310.18º 0.85% 0.61% -
HSV(B) 310.18º 0.71% 0.94% -
XYZ 49.82 27.48 64.31 -
YUV 136.32 170.15 201.95 -
System Red Green Blue C M Y K H S L
Decimal 240 69 211 0 0.71 0.12 0.06 310.18 0.85 0.61
Hex F0 45 D3 0 47 C 6 136 55 3D
Octal 360 105 323 0 107 14 6 466 125 75
Binary 11110000 1000101 11010011 0 1000111 1100 110 100110110 1010101 111101

Color Harmonies of #F045D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F045D3

Black with #F045D3

Text Example


Text Example

White with #F045D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F045D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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