Html Css Color HEX #F25388 French Rose

📋 copy color: '#F25388'

red 242 ◦ green 83 ◦ blue 136

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

Shades of French Rose #F25388

Tints of French Rose #F25388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.5%

R = 52.49%
G = 18%
B = 29.5%

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

#F25388 (or 0xF25388) is known color: French Rose. HEX triplet: F2, 53 and 88. RGB value is (242,83,136). Sum of RGB (Red+Green+Blue) = 242+83+136=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F25388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25388 is #0DAC77. Grayscale: #888888. Windows color (decimal): -896120 or 8934386. OLE color: 8934386.

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

Color convert

RGB 242 83 136 -
CMYK 0 0.66 0.44 0.05
HSL 340º 0.86% 0.64% -
HSV(B) 340º 0.66% 0.95% -
XYZ 44.16 26.84 26.15 -
YUV 136.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 242 83 136 0 0.66 0.44 0.05 340 0.86 0.64
Hex F2 53 88 0 42 2C 5 154 56 40
Octal 362 123 210 0 102 54 5 524 126 100
Binary 11110010 1010011 10001000 0 1000010 101100 101 101010100 1010110 1000000

Color Harmonies of #F25388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25388

Black with #F25388

Text Example


Text Example

White with #F25388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25388; }

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

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

background-color css

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

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

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

border-color css

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

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

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