Html Css Color HEX #F947A1 Brilliant Rose

📋 copy color: '#F947A1'

red 249 ◦ green 71 ◦ blue 161

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

Shades of Brilliant Rose #F947A1

Tints of Brilliant Rose #F947A1

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.76%

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

R = 51.77%
G = 14.76%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F947A1 (or 0xF947A1) is known color: Brilliant Rose. HEX triplet: F9, 47 and A1. RGB value is (249,71,161). Sum of RGB (Red+Green+Blue) = 249+71+161=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F947A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F947A1 is #06B85E. Grayscale: #868686. Windows color (decimal): -440415 or 10569721. OLE color: 10569721.

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

Color convert

RGB 249 71 161 -
CMYK 0 0.71 0.35 0.02
HSL 329.66º 0.94% 0.63% -
HSV(B) 329.66º 0.71% 0.98% -
XYZ 47.75 27.22 36.46 -
YUV 134.48 142.97 209.68 -
System Red Green Blue C M Y K H S L
Decimal 249 71 161 0 0.71 0.35 0.02 329.66 0.94 0.63
Hex F9 47 A1 0 47 23 2 14A 5E 3F
Octal 371 107 241 0 107 43 2 512 136 77
Binary 11111001 1000111 10100001 0 1000111 100011 10 101001010 1011110 111111

Color Harmonies of #F947A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F947A1

Black with #F947A1

Text Example


Text Example

White with #F947A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F947A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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