Html Css Color HEX #F25387 French Rose

📋 copy color: '#F25387'

red 242 ◦ green 83 ◦ blue 135

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

Shades of French Rose #F25387

Tints of French Rose #F25387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.04%

 BLUE value IS 135 (53.13% from 255) = 29.35%

R = 52.61%
G = 18.04%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F25387 (or 0xF25387) is known color: French Rose. HEX triplet: F2, 53 and 87. RGB value is (242,83,135). Sum of RGB (Red+Green+Blue) = 242+83+135=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F25387 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25387 is #0DAC78. Grayscale: #888888. Windows color (decimal): -896121 or 8868850. OLE color: 8868850.

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

Color convert

RGB 242 83 135 -
CMYK 0 0.66 0.44 0.05
HSL 340.38º 0.86% 0.64% -
HSV(B) 340.38º 0.66% 0.95% -
XYZ 44.08 26.81 25.77 -
YUV 136.47 127.18 203.27 -
System Red Green Blue C M Y K H S L
Decimal 242 83 135 0 0.66 0.44 0.05 340.38 0.86 0.64
Hex F2 53 87 0 42 2C 5 154 56 40
Octal 362 123 207 0 102 54 5 524 126 100
Binary 11110010 1010011 10000111 0 1000010 101100 101 101010100 1010110 1000000

Color Harmonies of #F25387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25387

Black with #F25387

Text Example


Text Example

White with #F25387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25387; }

 p { color: rgb(242,83,135); }

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

background-color css

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

 a { background-color: rgb(242,83,135); }

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

border-color css

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

 span { border-color: rgb(242,83,135); }

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