Html Css Color HEX #F25097 French Rose

📋 copy color: '#F25097'

red 242 ◦ green 80 ◦ blue 151

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

Shades of French Rose #F25097

Tints of French Rose #F25097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.92%

R = 51.16%
G = 16.91%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F25097 (or 0xF25097) is known color: French Rose. HEX triplet: F2, 50 and 97. RGB value is (242,80,151). Sum of RGB (Red+Green+Blue) = 242+80+151=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F25097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25097 is #0DAF68. Grayscale: #888888. Windows color (decimal): -896873 or 9916658. OLE color: 9916658.

HSL color Cylindrical-coordinate representation of color #F25097: hue angle of 333.7º 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 #F25097 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 80 151 -
CMYK 0 0.67 0.38 0.05
HSL 333.7º 0.86% 0.63% -
HSV(B) 333.7º 0.67% 0.95% -
XYZ 45.07 26.85 32.08 -
YUV 136.53 136.17 203.23 -
System Red Green Blue C M Y K H S L
Decimal 242 80 151 0 0.67 0.38 0.05 333.7 0.86 0.63
Hex F2 50 97 0 43 26 5 14E 56 3F
Octal 362 120 227 0 103 46 5 516 126 77
Binary 11110010 1010000 10010111 0 1000011 100110 101 101001110 1010110 111111

Color Harmonies of #F25097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25097

Black with #F25097

Text Example


Text Example

White with #F25097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25097; }

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

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

background-color css

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

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

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

border-color css

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

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

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