Html Css Color HEX #F940BA Razzle Dazzle Rose

📋 copy color: '#F940BA'

red 249 ◦ green 64 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F940BA

Tints of Razzle Dazzle Rose #F940BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 49.9%
G = 12.83%
B = 37.27%

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

#F940BA (or 0xF940BA) is known color: Razzle Dazzle Rose. HEX triplet: F9, 40 and BA. RGB value is (249,64,186). Sum of RGB (Red+Green+Blue) = 249+64+186=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F940BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F940BA is #06BF45. Grayscale: #848484. Windows color (decimal): -442182 or 12206329. OLE color: 12206329.

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

Color convert

RGB 249 64 186 -
CMYK 0 0.74 0.25 0.02
HSL 320.43º 0.94% 0.61% -
HSV(B) 320.43º 0.74% 0.98% -
XYZ 49.76 27.35 49.11 -
YUV 133.22 157.79 210.58 -
System Red Green Blue C M Y K H S L
Decimal 249 64 186 0 0.74 0.25 0.02 320.43 0.94 0.61
Hex F9 40 BA 0 4A 19 2 140 5E 3D
Octal 371 100 272 0 112 31 2 500 136 75
Binary 11111001 1000000 10111010 0 1001010 11001 10 101000000 1011110 111101

Color Harmonies of #F940BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F940BA

Black with #F940BA

Text Example


Text Example

White with #F940BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F940BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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