Html Css Color HEX #F2807B Light Coral

📋 copy color: '#F2807B'

red 242 ◦ green 128 ◦ blue 123

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

Shades of Light Coral #F2807B

Tints of Light Coral #F2807B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.95%

R = 49.09%
G = 25.96%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2807B (or 0xF2807B) is known color: Light Coral. HEX triplet: F2, 80 and 7B. RGB value is (242,128,123). Sum of RGB (Red+Green+Blue) = 242+128+123=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F2807B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2807B is #0D7F84. Grayscale: #A1A1A1. Windows color (decimal): -884613 or 8093938. OLE color: 8093938.

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

Color convert

RGB 242 128 123 -
CMYK 0 0.47 0.49 0.05
HSL 2.52º 0.82% 0.72% -
HSV(B) 2.52º 0.49% 0.95% -
XYZ 47.91 35.75 23.11 -
YUV 161.52 106.27 185.41 -
System Red Green Blue C M Y K H S L
Decimal 242 128 123 0 0.47 0.49 0.05 2.52 0.82 0.72
Hex F2 80 7B 0 2F 31 5 3 52 48
Octal 362 200 173 0 57 61 5 3 122 110
Binary 11110010 10000000 1111011 0 101111 110001 101 11 1010010 1001000

Color Harmonies of #F2807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2807B

Black with #F2807B

Text Example


Text Example

White with #F2807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2807B; }

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

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

background-color css

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

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

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

border-color css

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

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

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