Html Css Color HEX #F25789 French Rose

📋 copy color: '#F25789'

red 242 ◦ green 87 ◦ blue 137

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

Shades of French Rose #F25789

Tints of French Rose #F25789

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.67%

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

R = 51.93%
G = 18.67%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F25789 (or 0xF25789) is known color: French Rose. HEX triplet: F2, 57 and 89. RGB value is (242,87,137). Sum of RGB (Red+Green+Blue) = 242+87+137=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F25789 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25789 is #0DA876. Grayscale: #8B8B8B. Windows color (decimal): -895095 or 9000946. OLE color: 9000946.

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

Color convert

RGB 242 87 137 -
CMYK 0 0.64 0.43 0.05
HSL 340.65º 0.86% 0.65% -
HSV(B) 340.65º 0.64% 0.95% -
XYZ 44.54 27.5 26.63 -
YUV 139.05 126.85 201.43 -
System Red Green Blue C M Y K H S L
Decimal 242 87 137 0 0.64 0.43 0.05 340.65 0.86 0.65
Hex F2 57 89 0 40 2B 5 155 56 41
Octal 362 127 211 0 100 53 5 525 126 101
Binary 11110010 1010111 10001001 0 1000000 101011 101 101010101 1010110 1000001

Color Harmonies of #F25789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25789

Black with #F25789

Text Example


Text Example

White with #F25789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25789; }

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

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

background-color css

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

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

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

border-color css

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

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

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