Html Css Color HEX #F95FA0 Brilliant Rose

📋 copy color: '#F95FA0'

red 249 ◦ green 95 ◦ blue 160

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

Shades of Brilliant Rose #F95FA0

Tints of Brilliant Rose #F95FA0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.85%

 BLUE value IS 160 (62.89% from 255) = 31.75%

R = 49.4%
G = 18.85%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F95FA0 (or 0xF95FA0) is known color: Brilliant Rose. HEX triplet: F9, 5F and A0. RGB value is (249,95,160). Sum of RGB (Red+Green+Blue) = 249+95+160=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F95FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95FA0 is #06A05F. Grayscale: #949494. Windows color (decimal): -434272 or 10510329. OLE color: 10510329.

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

Color convert

RGB 249 95 160 -
CMYK 0 0.62 0.36 0.02
HSL 334.68º 0.93% 0.67% -
HSV(B) 334.68º 0.62% 0.98% -
XYZ 49.5 30.86 36.61 -
YUV 148.46 134.52 199.71 -
System Red Green Blue C M Y K H S L
Decimal 249 95 160 0 0.62 0.36 0.02 334.68 0.93 0.67
Hex F9 5F A0 0 3E 24 2 14F 5D 43
Octal 371 137 240 0 76 44 2 517 135 103
Binary 11111001 1011111 10100000 0 111110 100100 10 101001111 1011101 1000011

Color Harmonies of #F95FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95FA0

Black with #F95FA0

Text Example


Text Example

White with #F95FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95FA0; }

 p { color: rgb(249,95,160); }

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

background-color css

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

 a { background-color: rgb(249,95,160); }

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

border-color css

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

 span { border-color: rgb(249,95,160); }

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