Html Css Color HEX #F25289 French Rose

📋 copy color: '#F25289'

red 242 ◦ green 82 ◦ blue 137

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

Shades of French Rose #F25289

Tints of French Rose #F25289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.79%

 BLUE value IS 137 (53.91% from 255) = 29.72%

R = 52.49%
G = 17.79%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F25289 (or 0xF25289) is known color: French Rose. HEX triplet: F2, 52 and 89. RGB value is (242,82,137). Sum of RGB (Red+Green+Blue) = 242+82+137=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F25289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25289 is #0DAD76. Grayscale: #888888. Windows color (decimal): -896375 or 8999666. OLE color: 8999666.

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

Color convert

RGB 242 82 137 -
CMYK 0 0.66 0.43 0.05
HSL 339.38º 0.86% 0.64% -
HSV(B) 339.38º 0.66% 0.95% -
XYZ 44.15 26.72 26.5 -
YUV 136.11 128.51 203.53 -
System Red Green Blue C M Y K H S L
Decimal 242 82 137 0 0.66 0.43 0.05 339.38 0.86 0.64
Hex F2 52 89 0 42 2B 5 153 56 40
Octal 362 122 211 0 102 53 5 523 126 100
Binary 11110010 1010010 10001001 0 1000010 101011 101 101010011 1010110 1000000

Color Harmonies of #F25289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25289

Black with #F25289

Text Example


Text Example

White with #F25289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25289; }

 p { color: rgb(242,82,137); }

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

background-color css

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

 a { background-color: rgb(242,82,137); }

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

border-color css

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

 span { border-color: rgb(242,82,137); }

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