Html Css Color HEX #F25086 French Rose

📋 copy color: '#F25086'

red 242 ◦ green 80 ◦ blue 134

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

Shades of French Rose #F25086

Tints of French Rose #F25086

RGB

 RED value IS 242 (94.92% from 255) = 53.07%

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

 BLUE value IS 134 (52.73% from 255) = 29.39%

R = 53.07%
G = 17.54%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F25086 (or 0xF25086) is known color: French Rose. HEX triplet: F2, 50 and 86. RGB value is (242,80,134). Sum of RGB (Red+Green+Blue) = 242+80+134=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F25086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25086 is #0DAF79. Grayscale: #868686. Windows color (decimal): -896890 or 8802546. OLE color: 8802546.

HSL color Cylindrical-coordinate representation of color #F25086: hue angle of 340º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F25086 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 80 134 -
CMYK 0 0.67 0.45 0.05
HSL 340º 0.86% 0.63% -
HSV(B) 340º 0.67% 0.95% -
XYZ 43.79 26.34 25.33 -
YUV 134.59 127.67 204.61 -
System Red Green Blue C M Y K H S L
Decimal 242 80 134 0 0.67 0.45 0.05 340 0.86 0.63
Hex F2 50 86 0 43 2D 5 154 56 3F
Octal 362 120 206 0 103 55 5 524 126 77
Binary 11110010 1010000 10000110 0 1000011 101101 101 101010100 1010110 111111

Color Harmonies of #F25086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25086

Black with #F25086

Text Example


Text Example

White with #F25086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25086; }

 p { color: rgb(242,80,134); }

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

background-color css

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

 a { background-color: rgb(242,80,134); }

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

border-color css

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

 span { border-color: rgb(242,80,134); }

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