Html Css Color HEX #F94ADB Razzle Dazzle Rose

📋 copy color: '#F94ADB'

red 249 ◦ green 74 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F94ADB

Tints of Razzle Dazzle Rose #F94ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 45.94%
G = 13.65%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F94ADB (or 0xF94ADB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 4A and DB. RGB value is (249,74,219). Sum of RGB (Red+Green+Blue) = 249+74+219=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 74 (29.30% from 255 or 13.65% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F94ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94ADB is #06B524. Grayscale: #8E8E8E. Windows color (decimal): -439589 or 14371577. OLE color: 14371577.

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

Color convert

RGB 249 74 219 -
CMYK 0 0.70 0.12 0.02
HSL 310.29º 0.94% 0.63% -
HSV(B) 310.29º 0.7% 0.98% -
XYZ 54.3 30.15 69.98 -
YUV 142.86 170.98 203.71 -
System Red Green Blue C M Y K H S L
Decimal 249 74 219 0 0.70 0.12 0.02 310.29 0.94 0.63
Hex F9 4A DB 0 46 C 2 136 5E 3F
Octal 371 112 333 0 106 14 2 466 136 77
Binary 11111001 1001010 11011011 0 1000110 1100 10 100110110 1011110 111111

Color Harmonies of #F94ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94ADB

Black with #F94ADB

Text Example


Text Example

White with #F94ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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