Html Css Color HEX #F94BA1 Brilliant Rose

📋 copy color: '#F94BA1'

red 249 ◦ green 75 ◦ blue 161

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

Shades of Brilliant Rose #F94BA1

Tints of Brilliant Rose #F94BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.2%

R = 51.34%
G = 15.46%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F94BA1 (or 0xF94BA1) is known color: Brilliant Rose. HEX triplet: F9, 4B and A1. RGB value is (249,75,161). Sum of RGB (Red+Green+Blue) = 249+75+161=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F94BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94BA1 is #06B45E. Grayscale: #888888. Windows color (decimal): -439391 or 10570745. OLE color: 10570745.

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

Color convert

RGB 249 75 161 -
CMYK 0 0.70 0.35 0.02
HSL 330.34º 0.94% 0.64% -
HSV(B) 330.34º 0.7% 0.98% -
XYZ 48.02 27.75 36.54 -
YUV 136.83 141.65 208.01 -
System Red Green Blue C M Y K H S L
Decimal 249 75 161 0 0.70 0.35 0.02 330.34 0.94 0.64
Hex F9 4B A1 0 46 23 2 14A 5E 40
Octal 371 113 241 0 106 43 2 512 136 100
Binary 11111001 1001011 10100001 0 1000110 100011 10 101001010 1011110 1000000

Color Harmonies of #F94BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94BA1

Black with #F94BA1

Text Example


Text Example

White with #F94BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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