Html Css Color HEX #F947B4 Brilliant Rose

📋 copy color: '#F947B4'

red 249 ◦ green 71 ◦ blue 180

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

Shades of Brilliant Rose #F947B4

Tints of Brilliant Rose #F947B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36%

R = 49.8%
G = 14.2%
B = 36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#F947B4 (or 0xF947B4) is known color: Brilliant Rose. HEX triplet: F9, 47 and B4. RGB value is (249,71,180). Sum of RGB (Red+Green+Blue) = 249+71+180=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F947B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F947B4 is #06B84B. Grayscale: #888888. Windows color (decimal): -440396 or 11814905. OLE color: 11814905.

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

Color convert

RGB 249 71 180 -
CMYK 0 0.71 0.28 0.02
HSL 323.26º 0.94% 0.63% -
HSV(B) 323.26º 0.71% 0.98% -
XYZ 49.56 27.94 45.96 -
YUV 136.65 152.47 208.14 -
System Red Green Blue C M Y K H S L
Decimal 249 71 180 0 0.71 0.28 0.02 323.26 0.94 0.63
Hex F9 47 B4 0 47 1C 2 143 5E 3F
Octal 371 107 264 0 107 34 2 503 136 77
Binary 11111001 1000111 10110100 0 1000111 11100 10 101000011 1011110 111111

Color Harmonies of #F947B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F947B4

Black with #F947B4

Text Example


Text Example

White with #F947B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F947B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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