Html Css Color HEX #F95085 French Rose

📋 copy color: '#F95085'

red 249 ◦ green 80 ◦ blue 133

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

Shades of French Rose #F95085

Tints of French Rose #F95085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.32%

 BLUE value IS 133 (52.34% from 255) = 28.79%

R = 53.9%
G = 17.32%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F95085 (or 0xF95085) is known color: French Rose. HEX triplet: F9, 50 and 85. RGB value is (249,80,133). Sum of RGB (Red+Green+Blue) = 249+80+133=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F95085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95085 is #06AF7A. Grayscale: #888888. Windows color (decimal): -438139 or 8737017. OLE color: 8737017.

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

Color convert

RGB 249 80 133 -
CMYK 0 0.68 0.47 0.02
HSL 341.18º 0.93% 0.65% -
HSV(B) 341.18º 0.68% 0.98% -
XYZ 46.17 27.57 25.08 -
YUV 136.57 125.99 208.19 -
System Red Green Blue C M Y K H S L
Decimal 249 80 133 0 0.68 0.47 0.02 341.18 0.93 0.65
Hex F9 50 85 0 44 2F 2 155 5D 41
Octal 371 120 205 0 104 57 2 525 135 101
Binary 11111001 1010000 10000101 0 1000100 101111 10 101010101 1011101 1000001

Color Harmonies of #F95085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95085

Black with #F95085

Text Example


Text Example

White with #F95085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95085; }

 p { color: rgb(249,80,133); }

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

background-color css

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

 a { background-color: rgb(249,80,133); }

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

border-color css

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

 span { border-color: rgb(249,80,133); }

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