Html Css Color HEX #F2807E Light Coral

📋 copy color: '#F2807E'

red 242 ◦ green 128 ◦ blue 126

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

Shades of Light Coral #F2807E

Tints of Light Coral #F2807E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.4%

R = 48.79%
G = 25.81%
B = 25.4%

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

#F2807E (or 0xF2807E) is known color: Light Coral. HEX triplet: F2, 80 and 7E. RGB value is (242,128,126). Sum of RGB (Red+Green+Blue) = 242+128+126=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2807E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2807E is #0D7F81. Grayscale: #A1A1A1. Windows color (decimal): -884610 or 8290546. OLE color: 8290546.

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

Color convert

RGB 242 128 126 -
CMYK 0 0.47 0.48 0.05
HSL 1.03º 0.82% 0.72% -
HSV(B) 1.03º 0.48% 0.95% -
XYZ 48.1 35.82 24.12 -
YUV 161.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 242 128 126 0 0.47 0.48 0.05 1.03 0.82 0.72
Hex F2 80 7E 0 2F 30 5 1 52 48
Octal 362 200 176 0 57 60 5 1 122 110
Binary 11110010 10000000 1111110 0 101111 110000 101 1 1010010 1001000

Color Harmonies of #F2807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2807E

Black with #F2807E

Text Example


Text Example

White with #F2807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2807E; }

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

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

background-color css

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

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

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

border-color css

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

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

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