Html Css Color HEX #F95082 French Rose

📋 copy color: '#F95082'

red 249 ◦ green 80 ◦ blue 130

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

Shades of French Rose #F95082

Tints of French Rose #F95082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.32%

R = 54.25%
G = 17.43%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F95082 (or 0xF95082) is known color: French Rose. HEX triplet: F9, 50 and 82. RGB value is (249,80,130). Sum of RGB (Red+Green+Blue) = 249+80+130=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F95082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95082 is #06AF7D. Grayscale: #888888. Windows color (decimal): -438142 or 8540409. OLE color: 8540409.

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

Color convert

RGB 249 80 130 -
CMYK 0 0.68 0.48 0.02
HSL 342.25º 0.93% 0.65% -
HSV(B) 342.25º 0.68% 0.98% -
XYZ 45.96 27.49 24 -
YUV 136.23 124.49 208.43 -
System Red Green Blue C M Y K H S L
Decimal 249 80 130 0 0.68 0.48 0.02 342.25 0.93 0.65
Hex F9 50 82 0 44 30 2 156 5D 41
Octal 371 120 202 0 104 60 2 526 135 101
Binary 11111001 1010000 10000010 0 1000100 110000 10 101010110 1011101 1000001

Color Harmonies of #F95082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95082

Black with #F95082

Text Example


Text Example

White with #F95082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95082; }

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

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

background-color css

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

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

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

border-color css

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

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

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