Html Css Color HEX #F040BB Razzle Dazzle Rose

📋 copy color: '#F040BB'

red 240 ◦ green 64 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F040BB

Tints of Razzle Dazzle Rose #F040BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 48.88%
G = 13.03%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F040BB (or 0xF040BB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 40 and BB. RGB value is (240,64,187). Sum of RGB (Red+Green+Blue) = 240+64+187=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F040BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040BB is #0FBF44. Grayscale: #828282. Windows color (decimal): -1032005 or 12271856. OLE color: 12271856.

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

Color convert

RGB 240 64 187 -
CMYK 0 0.73 0.22 0.06
HSL 318.07º 0.85% 0.6% -
HSV(B) 318.07º 0.73% 0.94% -
XYZ 46.74 25.78 49.53 -
YUV 130.65 159.81 206 -
System Red Green Blue C M Y K H S L
Decimal 240 64 187 0 0.73 0.22 0.06 318.07 0.85 0.6
Hex F0 40 BB 0 49 16 6 13E 55 3C
Octal 360 100 273 0 111 26 6 476 125 74
Binary 11110000 1000000 10111011 0 1001001 10110 110 100111110 1010101 111100

Color Harmonies of #F040BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F040BB

Black with #F040BB

Text Example


Text Example

White with #F040BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F040BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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