Html Css Color HEX #F25487 French Rose

📋 copy color: '#F25487'

red 242 ◦ green 84 ◦ blue 135

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

Shades of French Rose #F25487

Tints of French Rose #F25487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.22%

 BLUE value IS 135 (53.13% from 255) = 29.28%

R = 52.49%
G = 18.22%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F25487 (or 0xF25487) is known color: French Rose. HEX triplet: F2, 54 and 87. RGB value is (242,84,135). Sum of RGB (Red+Green+Blue) = 242+84+135=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F25487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25487 is #0DAB78. Grayscale: #898989. Windows color (decimal): -895865 or 8869106. OLE color: 8869106.

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

Color convert

RGB 242 84 135 -
CMYK 0 0.65 0.44 0.05
HSL 340.63º 0.86% 0.64% -
HSV(B) 340.63º 0.65% 0.95% -
XYZ 44.16 26.97 25.8 -
YUV 137.06 126.85 202.85 -
System Red Green Blue C M Y K H S L
Decimal 242 84 135 0 0.65 0.44 0.05 340.63 0.86 0.64
Hex F2 54 87 0 41 2C 5 155 56 40
Octal 362 124 207 0 101 54 5 525 126 100
Binary 11110010 1010100 10000111 0 1000001 101100 101 101010101 1010110 1000000

Color Harmonies of #F25487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25487

Black with #F25487

Text Example


Text Example

White with #F25487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25487; }

 p { color: rgb(242,84,135); }

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

background-color css

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

 a { background-color: rgb(242,84,135); }

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

border-color css

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

 span { border-color: rgb(242,84,135); }

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