Html Css Color HEX #F25A8D French Rose

📋 copy color: '#F25A8D'

red 242 ◦ green 90 ◦ blue 141

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

Shades of French Rose #F25A8D

Tints of French Rose #F25A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.81%

R = 51.16%
G = 19.03%
B = 29.81%

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

#F25A8D (or 0xF25A8D) is known color: French Rose. HEX triplet: F2, 5A and 8D. RGB value is (242,90,141). Sum of RGB (Red+Green+Blue) = 242+90+141=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25A8D is #0DA572. Grayscale: #8D8D8D. Windows color (decimal): -894323 or 9263858. OLE color: 9263858.

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

Color convert

RGB 242 90 141 -
CMYK 0 0.63 0.42 0.05
HSL 339.87º 0.85% 0.65% -
HSV(B) 339.87º 0.63% 0.95% -
XYZ 45.08 28.11 28.25 -
YUV 141.26 127.86 199.85 -
System Red Green Blue C M Y K H S L
Decimal 242 90 141 0 0.63 0.42 0.05 339.87 0.85 0.65
Hex F2 5A 8D 0 3F 2A 5 154 55 41
Octal 362 132 215 0 77 52 5 524 125 101
Binary 11110010 1011010 10001101 0 111111 101010 101 101010100 1010101 1000001

Color Harmonies of #F25A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25A8D

Black with #F25A8D

Text Example


Text Example

White with #F25A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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