Html Css Color HEX #F25490 French Rose

📋 copy color: '#F25490'

red 242 ◦ green 84 ◦ blue 144

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

Shades of French Rose #F25490

Tints of French Rose #F25490

RGB

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

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

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

R = 51.49%
G = 17.87%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F25490 (or 0xF25490) is known color: French Rose. HEX triplet: F2, 54 and 90. RGB value is (242,84,144). Sum of RGB (Red+Green+Blue) = 242+84+144=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F25490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25490 is #0DAB6F. Grayscale: #8A8A8A. Windows color (decimal): -895856 or 9458930. OLE color: 9458930.

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

Color convert

RGB 242 84 144 -
CMYK 0 0.65 0.40 0.05
HSL 337.22º 0.86% 0.64% -
HSV(B) 337.22º 0.65% 0.95% -
XYZ 44.82 27.23 29.28 -
YUV 138.08 131.35 202.12 -
System Red Green Blue C M Y K H S L
Decimal 242 84 144 0 0.65 0.40 0.05 337.22 0.86 0.64
Hex F2 54 90 0 41 28 5 151 56 40
Octal 362 124 220 0 101 50 5 521 126 100
Binary 11110010 1010100 10010000 0 1000001 101000 101 101010001 1010110 1000000

Color Harmonies of #F25490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25490

Black with #F25490

Text Example


Text Example

White with #F25490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25490; }

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

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

background-color css

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

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

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

border-color css

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

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

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