Html Css Color HEX #F024C5 Razzle Dazzle Rose

📋 copy color: '#F024C5'

red 240 ◦ green 36 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F024C5

Tints of Razzle Dazzle Rose #F024C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.65%

R = 50.74%
G = 7.61%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F024C5 (or 0xF024C5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 24 and C5. RGB value is (240,36,197). Sum of RGB (Red+Green+Blue) = 240+36+197=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F024C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F024C5 is #0FDB3A. Grayscale: #727272. Windows color (decimal): -1039163 or 12920048. OLE color: 12920048.

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

Color convert

RGB 240 36 197 -
CMYK 0 0.85 0.18 0.06
HSL 312.65º 0.87% 0.54% -
HSV(B) 312.65º 0.85% 0.94% -
XYZ 46.64 23.82 54.96 -
YUV 115.35 174.09 216.91 -
System Red Green Blue C M Y K H S L
Decimal 240 36 197 0 0.85 0.18 0.06 312.65 0.87 0.54
Hex F0 24 C5 0 55 12 6 139 57 36
Octal 360 44 305 0 125 22 6 471 127 66
Binary 11110000 100100 11000101 0 1010101 10010 110 100111001 1010111 110110

Color Harmonies of #F024C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F024C5

Black with #F024C5

Text Example


Text Example

White with #F024C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F024C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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