Html Css Color HEX #F25286 French Rose

📋 copy color: '#F25286'

red 242 ◦ green 82 ◦ blue 134

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

Shades of French Rose #F25286

Tints of French Rose #F25286

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.9%

 BLUE value IS 134 (52.73% from 255) = 29.26%

R = 52.84%
G = 17.9%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F25286 (or 0xF25286) is known color: French Rose. HEX triplet: F2, 52 and 86. RGB value is (242,82,134). Sum of RGB (Red+Green+Blue) = 242+82+134=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F25286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25286 is #0DAD79. Grayscale: #878787. Windows color (decimal): -896378 or 8803058. OLE color: 8803058.

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

Color convert

RGB 242 82 134 -
CMYK 0 0.66 0.45 0.05
HSL 340.5º 0.86% 0.64% -
HSV(B) 340.5º 0.66% 0.95% -
XYZ 43.94 26.63 25.38 -
YUV 135.77 127.01 203.77 -
System Red Green Blue C M Y K H S L
Decimal 242 82 134 0 0.66 0.45 0.05 340.5 0.86 0.64
Hex F2 52 86 0 42 2D 5 154 56 40
Octal 362 122 206 0 102 55 5 524 126 100
Binary 11110010 1010010 10000110 0 1000010 101101 101 101010100 1010110 1000000

Color Harmonies of #F25286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25286

Black with #F25286

Text Example


Text Example

White with #F25286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25286; }

 p { color: rgb(242,82,134); }

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

background-color css

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

 a { background-color: rgb(242,82,134); }

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

border-color css

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

 span { border-color: rgb(242,82,134); }

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