Html Css Color HEX #F957B2 Brilliant Rose

📋 copy color: '#F957B2'

red 249 ◦ green 87 ◦ blue 178

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

Shades of Brilliant Rose #F957B2

Tints of Brilliant Rose #F957B2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.93%

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

R = 48.44%
G = 16.93%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F957B2 (or 0xF957B2) is known color: Brilliant Rose. HEX triplet: F9, 57 and B2. RGB value is (249,87,178). Sum of RGB (Red+Green+Blue) = 249+87+178=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F957B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F957B2 is #06A84D. Grayscale: #919191. Windows color (decimal): -436302 or 11687929. OLE color: 11687929.

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

Color convert

RGB 249 87 178 -
CMYK 0 0.65 0.29 0.02
HSL 326.3º 0.93% 0.66% -
HSV(B) 326.3º 0.65% 0.98% -
XYZ 50.51 30.17 45.28 -
YUV 145.81 146.17 201.6 -
System Red Green Blue C M Y K H S L
Decimal 249 87 178 0 0.65 0.29 0.02 326.3 0.93 0.66
Hex F9 57 B2 0 41 1D 2 146 5D 42
Octal 371 127 262 0 101 35 2 506 135 102
Binary 11111001 1010111 10110010 0 1000001 11101 10 101000110 1011101 1000010

Color Harmonies of #F957B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F957B2

Black with #F957B2

Text Example


Text Example

White with #F957B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F957B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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