Html Css Color HEX #F940BE Razzle Dazzle Rose

📋 copy color: '#F940BE'

red 249 ◦ green 64 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F940BE

Tints of Razzle Dazzle Rose #F940BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.77%

R = 49.5%
G = 12.72%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F940BE (or 0xF940BE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 40 and BE. RGB value is (249,64,190). Sum of RGB (Red+Green+Blue) = 249+64+190=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F940BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F940BE is #06BF41. Grayscale: #858585. Windows color (decimal): -442178 or 12468473. OLE color: 12468473.

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

Color convert

RGB 249 64 190 -
CMYK 0 0.74 0.24 0.02
HSL 319.14º 0.94% 0.61% -
HSV(B) 319.14º 0.74% 0.98% -
XYZ 50.19 27.52 51.38 -
YUV 133.68 159.79 210.25 -
System Red Green Blue C M Y K H S L
Decimal 249 64 190 0 0.74 0.24 0.02 319.14 0.94 0.61
Hex F9 40 BE 0 4A 18 2 13F 5E 3D
Octal 371 100 276 0 112 30 2 477 136 75
Binary 11111001 1000000 10111110 0 1001010 11000 10 100111111 1011110 111101

Color Harmonies of #F940BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F940BE

Black with #F940BE

Text Example


Text Example

White with #F940BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F940BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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