Html Css Color HEX #F94ABB Razzle Dazzle Rose

📋 copy color: '#F94ABB'

red 249 ◦ green 74 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F94ABB

Tints of Razzle Dazzle Rose #F94ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.51%

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

R = 48.82%
G = 14.51%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F94ABB (or 0xF94ABB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 4A and BB. RGB value is (249,74,187). Sum of RGB (Red+Green+Blue) = 249+74+187=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F94ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94ABB is #06B544. Grayscale: #8A8A8A. Windows color (decimal): -439621 or 12274425. OLE color: 12274425.

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

Color convert

RGB 249 74 187 -
CMYK 0 0.70 0.25 0.02
HSL 321.26º 0.94% 0.63% -
HSV(B) 321.26º 0.7% 0.98% -
XYZ 50.49 28.63 49.88 -
YUV 139.21 154.98 206.31 -
System Red Green Blue C M Y K H S L
Decimal 249 74 187 0 0.70 0.25 0.02 321.26 0.94 0.63
Hex F9 4A BB 0 46 19 2 141 5E 3F
Octal 371 112 273 0 106 31 2 501 136 77
Binary 11111001 1001010 10111011 0 1000110 11001 10 101000001 1011110 111111

Color Harmonies of #F94ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94ABB

Black with #F94ABB

Text Example


Text Example

White with #F94ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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