Html Css Color HEX #F94BAC Brilliant Rose

📋 copy color: '#F94BAC'

red 249 ◦ green 75 ◦ blue 172

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

Shades of Brilliant Rose #F94BAC

Tints of Brilliant Rose #F94BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.12%

 BLUE value IS 172 (67.58% from 255) = 34.68%

R = 50.2%
G = 15.12%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F94BAC (or 0xF94BAC) is known color: Brilliant Rose. HEX triplet: F9, 4B and AC. RGB value is (249,75,172). Sum of RGB (Red+Green+Blue) = 249+75+172=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F94BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94BAC is #06B453. Grayscale: #898989. Windows color (decimal): -439380 or 11291641. OLE color: 11291641.

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

Color convert

RGB 249 75 172 -
CMYK 0 0.70 0.31 0.02
HSL 326.55º 0.94% 0.64% -
HSV(B) 326.55º 0.7% 0.98% -
XYZ 49.03 28.15 41.88 -
YUV 138.08 147.15 207.11 -
System Red Green Blue C M Y K H S L
Decimal 249 75 172 0 0.70 0.31 0.02 326.55 0.94 0.64
Hex F9 4B AC 0 46 1F 2 147 5E 40
Octal 371 113 254 0 106 37 2 507 136 100
Binary 11111001 1001011 10101100 0 1000110 11111 10 101000111 1011110 1000000

Color Harmonies of #F94BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94BAC

Black with #F94BAC

Text Example


Text Example

White with #F94BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94BAC; }

 p { color: rgb(249,75,172); }

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

background-color css

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

 a { background-color: rgb(249,75,172); }

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

border-color css

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

 span { border-color: rgb(249,75,172); }

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