Html Css Color HEX #F949B2 Brilliant Rose

📋 copy color: '#F949B2'

red 249 ◦ green 73 ◦ blue 178

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

Shades of Brilliant Rose #F949B2

Tints of Brilliant Rose #F949B2

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.6%

 BLUE value IS 178 (69.92% from 255) = 35.6%

R = 49.8%
G = 14.6%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F949B2 (or 0xF949B2) is known color: Brilliant Rose. HEX triplet: F9, 49 and B2. RGB value is (249,73,178). Sum of RGB (Red+Green+Blue) = 249+73+178=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F949B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F949B2 is #06B64D. Grayscale: #898989. Windows color (decimal): -439886 or 11684345. OLE color: 11684345.

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

Color convert

RGB 249 73 178 -
CMYK 0 0.71 0.29 0.02
HSL 324.2º 0.94% 0.63% -
HSV(B) 324.2º 0.71% 0.98% -
XYZ 49.49 28.12 44.94 -
YUV 137.59 150.81 207.46 -
System Red Green Blue C M Y K H S L
Decimal 249 73 178 0 0.71 0.29 0.02 324.2 0.94 0.63
Hex F9 49 B2 0 47 1D 2 144 5E 3F
Octal 371 111 262 0 107 35 2 504 136 77
Binary 11111001 1001001 10110010 0 1000111 11101 10 101000100 1011110 111111

Color Harmonies of #F949B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949B2

Black with #F949B2

Text Example


Text Example

White with #F949B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949B2; }

 p { color: rgb(249,73,178); }

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

background-color css

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

 a { background-color: rgb(249,73,178); }

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

border-color css

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

 span { border-color: rgb(249,73,178); }

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