Html Css Color HEX #F95A8F French Rose

📋 copy color: '#F95A8F'

red 249 ◦ green 90 ◦ blue 143

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

Shades of French Rose #F95A8F

Tints of French Rose #F95A8F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.67%

 BLUE value IS 143 (56.25% from 255) = 29.67%

R = 51.66%
G = 18.67%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F95A8F (or 0xF95A8F) is known color: French Rose. HEX triplet: F9, 5A and 8F. RGB value is (249,90,143). Sum of RGB (Red+Green+Blue) = 249+90+143=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F95A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95A8F is #06A570. Grayscale: #8F8F8F. Windows color (decimal): -435569 or 9394937. OLE color: 9394937.

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

Color convert

RGB 249 90 143 -
CMYK 0 0.64 0.43 0.02
HSL 340º 0.93% 0.66% -
HSV(B) 340º 0.64% 0.98% -
XYZ 47.68 29.44 29.16 -
YUV 143.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 249 90 143 0 0.64 0.43 0.02 340 0.93 0.66
Hex F9 5A 8F 0 40 2B 2 154 5D 42
Octal 371 132 217 0 100 53 2 524 135 102
Binary 11111001 1011010 10001111 0 1000000 101011 10 101010100 1011101 1000010

Color Harmonies of #F95A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95A8F

Black with #F95A8F

Text Example


Text Example

White with #F95A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95A8F; }

 p { color: rgb(249,90,143); }

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

background-color css

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

 a { background-color: rgb(249,90,143); }

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

border-color css

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

 span { border-color: rgb(249,90,143); }

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