Html Css Color HEX #F25188 French Rose

📋 copy color: '#F25188'

red 242 ◦ green 81 ◦ blue 136

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

Shades of French Rose #F25188

Tints of French Rose #F25188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.63%

R = 52.72%
G = 17.65%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F25188 (or 0xF25188) is known color: French Rose. HEX triplet: F2, 51 and 88. RGB value is (242,81,136). Sum of RGB (Red+Green+Blue) = 242+81+136=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F25188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25188 is #0DAE77. Grayscale: #878787. Windows color (decimal): -896632 or 8933874. OLE color: 8933874.

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

Color convert

RGB 242 81 136 -
CMYK 0 0.67 0.44 0.05
HSL 339.5º 0.86% 0.63% -
HSV(B) 339.5º 0.67% 0.95% -
XYZ 44 26.54 26.1 -
YUV 135.41 128.34 204.03 -
System Red Green Blue C M Y K H S L
Decimal 242 81 136 0 0.67 0.44 0.05 339.5 0.86 0.63
Hex F2 51 88 0 43 2C 5 154 56 3F
Octal 362 121 210 0 103 54 5 524 126 77
Binary 11110010 1010001 10001000 0 1000011 101100 101 101010100 1010110 111111

Color Harmonies of #F25188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25188

Black with #F25188

Text Example


Text Example

White with #F25188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25188; }

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

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

background-color css

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

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

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

border-color css

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

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

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