Html Css Color HEX #F94DA8 Brilliant Rose

📋 copy color: '#F94DA8'

red 249 ◦ green 77 ◦ blue 168

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

Shades of Brilliant Rose #F94DA8

Tints of Brilliant Rose #F94DA8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.59%

 BLUE value IS 168 (66.02% from 255) = 34.01%

R = 50.4%
G = 15.59%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F94DA8 (or 0xF94DA8) is known color: Brilliant Rose. HEX triplet: F9, 4D and A8. RGB value is (249,77,168). Sum of RGB (Red+Green+Blue) = 249+77+168=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F94DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F94DA8 is #06B257. Grayscale: #8A8A8A. Windows color (decimal): -438872 or 11030009. OLE color: 11030009.

HSL color Cylindrical-coordinate representation of color #F94DA8: hue angle of 328.26º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94DA8 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 77 168 -
CMYK 0 0.69 0.33 0.02
HSL 328.26º 0.93% 0.64% -
HSV(B) 328.26º 0.69% 0.98% -
XYZ 48.79 28.27 39.93 -
YUV 138.8 144.48 206.6 -
System Red Green Blue C M Y K H S L
Decimal 249 77 168 0 0.69 0.33 0.02 328.26 0.93 0.64
Hex F9 4D A8 0 45 21 2 148 5D 40
Octal 371 115 250 0 105 41 2 510 135 100
Binary 11111001 1001101 10101000 0 1000101 100001 10 101001000 1011101 1000000

Color Harmonies of #F94DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94DA8

Black with #F94DA8

Text Example


Text Example

White with #F94DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94DA8; }

 p { color: rgb(249,77,168); }

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

background-color css

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

 a { background-color: rgb(249,77,168); }

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

border-color css

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

 span { border-color: rgb(249,77,168); }

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