Html Css Color HEX #F2867B Light Coral

📋 copy color: '#F2867B'

red 242 ◦ green 134 ◦ blue 123

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

Shades of Light Coral #F2867B

Tints of Light Coral #F2867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.85%

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

R = 48.5%
G = 26.85%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2867B (or 0xF2867B) is known color: Light Coral. HEX triplet: F2, 86 and 7B. RGB value is (242,134,123). Sum of RGB (Red+Green+Blue) = 242+134+123=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2867B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2867B is #0D7984. Grayscale: #A5A5A5. Windows color (decimal): -883077 or 8095474. OLE color: 8095474.

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

Color convert

RGB 242 134 123 -
CMYK 0 0.45 0.49 0.05
HSL 5.55º 0.82% 0.72% -
HSV(B) 5.55º 0.49% 0.95% -
XYZ 48.72 37.36 23.38 -
YUV 165.04 104.28 182.89 -
System Red Green Blue C M Y K H S L
Decimal 242 134 123 0 0.45 0.49 0.05 5.55 0.82 0.72
Hex F2 86 7B 0 2D 31 5 6 52 48
Octal 362 206 173 0 55 61 5 6 122 110
Binary 11110010 10000110 1111011 0 101101 110001 101 110 1010010 1001000

Color Harmonies of #F2867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2867B

Black with #F2867B

Text Example


Text Example

White with #F2867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2867B; }

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

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

background-color css

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

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

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

border-color css

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

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

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