Html Css Color HEX #F2807D Light Coral

📋 copy color: '#F2807D'

red 242 ◦ green 128 ◦ blue 125

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

Shades of Light Coral #F2807D

Tints of Light Coral #F2807D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 48.89%
G = 25.86%
B = 25.25%

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

#F2807D (or 0xF2807D) is known color: Light Coral. HEX triplet: F2, 80 and 7D. RGB value is (242,128,125). Sum of RGB (Red+Green+Blue) = 242+128+125=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2807D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2807D is #0D7F82. Grayscale: #A1A1A1. Windows color (decimal): -884611 or 8225010. OLE color: 8225010.

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

Color convert

RGB 242 128 125 -
CMYK 0 0.47 0.48 0.05
HSL 1.54º 0.82% 0.72% -
HSV(B) 1.54º 0.48% 0.95% -
XYZ 48.04 35.8 23.78 -
YUV 161.74 107.27 185.24 -
System Red Green Blue C M Y K H S L
Decimal 242 128 125 0 0.47 0.48 0.05 1.54 0.82 0.72
Hex F2 80 7D 0 2F 30 5 2 52 48
Octal 362 200 175 0 57 60 5 2 122 110
Binary 11110010 10000000 1111101 0 101111 110000 101 10 1010010 1001000

Color Harmonies of #F2807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2807D

Black with #F2807D

Text Example


Text Example

White with #F2807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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