Html Css Color HEX #F040C4 Razzle Dazzle Rose

📋 copy color: '#F040C4'

red 240 ◦ green 64 ◦ blue 196

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

Shades of Razzle Dazzle Rose #F040C4

Tints of Razzle Dazzle Rose #F040C4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.8%

 BLUE value IS 196 (76.95% from 255) = 39.2%

R = 48%
G = 12.8%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F040C4 (or 0xF040C4) is known color: Razzle Dazzle Rose. HEX triplet: F0, 40 and C4. RGB value is (240,64,196). Sum of RGB (Red+Green+Blue) = 240+64+196=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F040C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040C4 is #0FBF3B. Grayscale: #838383. Windows color (decimal): -1031996 or 12861680. OLE color: 12861680.

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

Color convert

RGB 240 64 196 -
CMYK 0 0.73 0.18 0.06
HSL 315º 0.85% 0.6% -
HSV(B) 315º 0.73% 0.94% -
XYZ 47.73 26.18 54.76 -
YUV 131.67 164.31 205.27 -
System Red Green Blue C M Y K H S L
Decimal 240 64 196 0 0.73 0.18 0.06 315 0.85 0.6
Hex F0 40 C4 0 49 12 6 13B 55 3C
Octal 360 100 304 0 111 22 6 473 125 74
Binary 11110000 1000000 11000100 0 1001001 10010 110 100111011 1010101 111100

Color Harmonies of #F040C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F040C4

Black with #F040C4

Text Example


Text Example

White with #F040C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F040C4; }

 p { color: rgb(240,64,196); }

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

background-color css

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

 a { background-color: rgb(240,64,196); }

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

border-color css

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

 span { border-color: rgb(240,64,196); }

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