Html Css Color HEX #F958A6 Brilliant Rose

📋 copy color: '#F958A6'

red 249 ◦ green 88 ◦ blue 166

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

Shades of Brilliant Rose #F958A6

Tints of Brilliant Rose #F958A6

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.5%

 BLUE value IS 166 (65.23% from 255) = 33%

R = 49.5%
G = 17.5%
B = 33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F958A6 (or 0xF958A6) is known color: Brilliant Rose. HEX triplet: F9, 58 and A6. RGB value is (249,88,166). Sum of RGB (Red+Green+Blue) = 249+88+166=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F958A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F958A6 is #06A759. Grayscale: #909090. Windows color (decimal): -436058 or 10901753. OLE color: 10901753.

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

Color convert

RGB 249 88 166 -
CMYK 0 0.65 0.33 0.02
HSL 330.93º 0.93% 0.66% -
HSV(B) 330.93º 0.65% 0.98% -
XYZ 49.44 29.87 39.24 -
YUV 145.03 139.84 202.16 -
System Red Green Blue C M Y K H S L
Decimal 249 88 166 0 0.65 0.33 0.02 330.93 0.93 0.66
Hex F9 58 A6 0 41 21 2 14B 5D 42
Octal 371 130 246 0 101 41 2 513 135 102
Binary 11111001 1011000 10100110 0 1000001 100001 10 101001011 1011101 1000010

Color Harmonies of #F958A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F958A6

Black with #F958A6

Text Example


Text Example

White with #F958A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F958A6; }

 p { color: rgb(249,88,166); }

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

background-color css

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

 a { background-color: rgb(249,88,166); }

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

border-color css

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

 span { border-color: rgb(249,88,166); }

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