Html Css Color HEX #F2807F Light Coral

📋 copy color: '#F2807F'

red 242 ◦ green 128 ◦ blue 127

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

Shades of Light Coral #F2807F

Tints of Light Coral #F2807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.75%

 BLUE value IS 127 (50% from 255) = 25.55%

R = 48.69%
G = 25.75%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2807F (or 0xF2807F) is known color: Light Coral. HEX triplet: F2, 80 and 7F. RGB value is (242,128,127). Sum of RGB (Red+Green+Blue) = 242+128+127=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2807F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2807F is #0D7F80. Grayscale: #A2A2A2. Windows color (decimal): -884609 or 8356082. OLE color: 8356082.

HSL color Cylindrical-coordinate representation of color #F2807F: hue angle of 0.52º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2807F is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 128 127 -
CMYK 0 0.47 0.48 0.05
HSL 0.52º 0.82% 0.72% -
HSV(B) 0.52º 0.48% 0.95% -
XYZ 48.17 35.85 24.46 -
YUV 161.97 108.27 185.08 -
System Red Green Blue C M Y K H S L
Decimal 242 128 127 0 0.47 0.48 0.05 0.52 0.82 0.72
Hex F2 80 7F 0 2F 30 5 1 52 48
Octal 362 200 177 0 57 60 5 1 122 110
Binary 11110010 10000000 1111111 0 101111 110000 101 1 1010010 1001000

Color Harmonies of #F2807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2807F

Black with #F2807F

Text Example


Text Example

White with #F2807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2807F; }

 p { color: rgb(242,128,127); }

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

background-color css

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

 a { background-color: rgb(242,128,127); }

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

border-color css

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

 span { border-color: rgb(242,128,127); }

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