Html Css Color HEX #F940BB Razzle Dazzle Rose

📋 copy color: '#F940BB'

red 249 ◦ green 64 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F940BB

Tints of Razzle Dazzle Rose #F940BB

RGB

 RED value IS 249 (97.66% from 255) = 49.8%

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

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

R = 49.8%
G = 12.8%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F940BB (or 0xF940BB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 40 and BB. RGB value is (249,64,187). Sum of RGB (Red+Green+Blue) = 249+64+187=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F940BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F940BB is #06BF44. Grayscale: #858585. Windows color (decimal): -442181 or 12271865. OLE color: 12271865.

HSL color Cylindrical-coordinate representation of color #F940BB: hue angle of 320.11º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F940BB is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 64 187 -
CMYK 0 0.74 0.25 0.02
HSL 320.11º 0.94% 0.61% -
HSV(B) 320.11º 0.74% 0.98% -
XYZ 49.87 27.39 49.67 -
YUV 133.34 158.29 210.5 -
System Red Green Blue C M Y K H S L
Decimal 249 64 187 0 0.74 0.25 0.02 320.11 0.94 0.61
Hex F9 40 BB 0 4A 19 2 140 5E 3D
Octal 371 100 273 0 112 31 2 500 136 75
Binary 11111001 1000000 10111011 0 1001010 11001 10 101000000 1011110 111101

Color Harmonies of #F940BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F940BB

Black with #F940BB

Text Example


Text Example

White with #F940BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F940BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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