Html Css Color HEX #F25790 French Rose

📋 copy color: '#F25790'

red 242 ◦ green 87 ◦ blue 144

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

Shades of French Rose #F25790

Tints of French Rose #F25790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.44%

R = 51.16%
G = 18.39%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F25790 (or 0xF25790) is known color: French Rose. HEX triplet: F2, 57 and 90. RGB value is (242,87,144). Sum of RGB (Red+Green+Blue) = 242+87+144=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F25790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25790 is #0DA86F. Grayscale: #8B8B8B. Windows color (decimal): -895088 or 9459698. OLE color: 9459698.

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

Color convert

RGB 242 87 144 -
CMYK 0 0.64 0.40 0.05
HSL 337.94º 0.86% 0.65% -
HSV(B) 337.94º 0.64% 0.95% -
XYZ 45.06 27.71 29.36 -
YUV 139.84 130.35 200.87 -
System Red Green Blue C M Y K H S L
Decimal 242 87 144 0 0.64 0.40 0.05 337.94 0.86 0.65
Hex F2 57 90 0 40 28 5 152 56 41
Octal 362 127 220 0 100 50 5 522 126 101
Binary 11110010 1010111 10010000 0 1000000 101000 101 101010010 1010110 1000001

Color Harmonies of #F25790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25790

Black with #F25790

Text Example


Text Example

White with #F25790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25790; }

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

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

background-color css

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

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

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

border-color css

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

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

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