Html Css Color HEX #F040B4 Razzle Dazzle Rose

📋 copy color: '#F040B4'

red 240 ◦ green 64 ◦ blue 180

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

Shades of Razzle Dazzle Rose #F040B4

Tints of Razzle Dazzle Rose #F040B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.19%

R = 49.59%
G = 13.22%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F040B4 (or 0xF040B4) is known color: Razzle Dazzle Rose. HEX triplet: F0, 40 and B4. RGB value is (240,64,180). Sum of RGB (Red+Green+Blue) = 240+64+180=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F040B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040B4 is #0FBF4B. Grayscale: #818181. Windows color (decimal): -1032012 or 11813104. OLE color: 11813104.

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

Color convert

RGB 240 64 180 -
CMYK 0 0.73 0.25 0.06
HSL 320.45º 0.85% 0.6% -
HSV(B) 320.45º 0.73% 0.94% -
XYZ 46.01 25.49 45.67 -
YUV 129.85 156.31 206.57 -
System Red Green Blue C M Y K H S L
Decimal 240 64 180 0 0.73 0.25 0.06 320.45 0.85 0.6
Hex F0 40 B4 0 49 19 6 140 55 3C
Octal 360 100 264 0 111 31 6 500 125 74
Binary 11110000 1000000 10110100 0 1001001 11001 110 101000000 1010101 111100

Color Harmonies of #F040B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F040B4

Black with #F040B4

Text Example


Text Example

White with #F040B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F040B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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