Html Css Color HEX #F25185 French Rose

📋 copy color: '#F25185'

red 242 ◦ green 81 ◦ blue 133

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

Shades of French Rose #F25185

Tints of French Rose #F25185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.76%

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

R = 53.07%
G = 17.76%
B = 29.17%

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

#F25185 (or 0xF25185) is known color: French Rose. HEX triplet: F2, 51 and 85. RGB value is (242,81,133). Sum of RGB (Red+Green+Blue) = 242+81+133=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F25185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25185 is #0DAE7A. Grayscale: #878787. Windows color (decimal): -896635 or 8737266. OLE color: 8737266.

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

Color convert

RGB 242 81 133 -
CMYK 0 0.67 0.45 0.05
HSL 340.62º 0.86% 0.63% -
HSV(B) 340.62º 0.67% 0.95% -
XYZ 43.79 26.46 24.99 -
YUV 135.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 242 81 133 0 0.67 0.45 0.05 340.62 0.86 0.63
Hex F2 51 85 0 43 2D 5 155 56 3F
Octal 362 121 205 0 103 55 5 525 126 77
Binary 11110010 1010001 10000101 0 1000011 101101 101 101010101 1010110 111111

Color Harmonies of #F25185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25185

Black with #F25185

Text Example


Text Example

White with #F25185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25185; }

 p { color: rgb(242,81,133); }

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

background-color css

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

 a { background-color: rgb(242,81,133); }

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

border-color css

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

 span { border-color: rgb(242,81,133); }

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