Html Css Color HEX #F25A8C French Rose

📋 copy color: '#F25A8C'

red 242 ◦ green 90 ◦ blue 140

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

Shades of French Rose #F25A8C

Tints of French Rose #F25A8C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.07%

 BLUE value IS 140 (55.08% from 255) = 29.66%

R = 51.27%
G = 19.07%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F25A8C (or 0xF25A8C) is known color: French Rose. HEX triplet: F2, 5A and 8C. RGB value is (242,90,140). Sum of RGB (Red+Green+Blue) = 242+90+140=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25A8C is #0DA573. Grayscale: #8D8D8D. Windows color (decimal): -894324 or 9198322. OLE color: 9198322.

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

Color convert

RGB 242 90 140 -
CMYK 0 0.63 0.42 0.05
HSL 340.26º 0.85% 0.65% -
HSV(B) 340.26º 0.63% 0.95% -
XYZ 45.01 28.08 27.86 -
YUV 141.15 127.36 199.93 -
System Red Green Blue C M Y K H S L
Decimal 242 90 140 0 0.63 0.42 0.05 340.26 0.85 0.65
Hex F2 5A 8C 0 3F 2A 5 154 55 41
Octal 362 132 214 0 77 52 5 524 125 101
Binary 11110010 1011010 10001100 0 111111 101010 101 101010100 1010101 1000001

Color Harmonies of #F25A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25A8C

Black with #F25A8C

Text Example


Text Example

White with #F25A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25A8C; }

 p { color: rgb(242,90,140); }

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

background-color css

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

 a { background-color: rgb(242,90,140); }

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

border-color css

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

 span { border-color: rgb(242,90,140); }

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