Html Css Color HEX #F024C7 Razzle Dazzle Rose

📋 copy color: '#F024C7'

red 240 ◦ green 36 ◦ blue 199

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

Shades of Razzle Dazzle Rose #F024C7

Tints of Razzle Dazzle Rose #F024C7

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.58%

 BLUE value IS 199 (78.13% from 255) = 41.89%

R = 50.53%
G = 7.58%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F024C7 (or 0xF024C7) is known color: Razzle Dazzle Rose. HEX triplet: F0, 24 and C7. RGB value is (240,36,199). Sum of RGB (Red+Green+Blue) = 240+36+199=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 36 (14.45% from 255 or 7.58% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F024C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F024C7 is #0FDB38. Grayscale: #737373. Windows color (decimal): -1039161 or 13051120. OLE color: 13051120.

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

Color convert

RGB 240 36 199 -
CMYK 0 0.85 0.17 0.06
HSL 312.06º 0.87% 0.54% -
HSV(B) 312.06º 0.85% 0.94% -
XYZ 46.87 23.91 56.18 -
YUV 115.58 175.09 216.75 -
System Red Green Blue C M Y K H S L
Decimal 240 36 199 0 0.85 0.17 0.06 312.06 0.87 0.54
Hex F0 24 C7 0 55 11 6 138 57 36
Octal 360 44 307 0 125 21 6 470 127 66
Binary 11110000 100100 11000111 0 1010101 10001 110 100111000 1010111 110110

Color Harmonies of #F024C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F024C7

Black with #F024C7

Text Example


Text Example

White with #F024C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F024C7; }

 p { color: rgb(240,36,199); }

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

background-color css

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

 a { background-color: rgb(240,36,199); }

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

border-color css

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

 span { border-color: rgb(240,36,199); }

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