Html Css Color HEX #F07D8E Carissma

📋 copy color: '#F07D8E'

red 240 ◦ green 125 ◦ blue 142

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

Shades of Carissma #F07D8E

Tints of Carissma #F07D8E

RGB

 RED value IS 240 (94.14% from 255) = 47.34%

 GREEN value IS 125 (49.22% from 255) = 24.65%

 BLUE value IS 142 (55.86% from 255) = 28.01%

R = 47.34%
G = 24.65%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F07D8E (or 0xF07D8E) is known color: Carissma. HEX triplet: F0, 7D and 8E. RGB value is (240,125,142). Sum of RGB (Red+Green+Blue) = 240+125+142=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07D8E is #0F8271. Grayscale: #A1A1A1. Windows color (decimal): -1016434 or 9338352. OLE color: 9338352.

HSL color Cylindrical-coordinate representation of color #F07D8E: hue angle of 351.13º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07D8E is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 125 142 -
CMYK 0 0.48 0.41 0.06
HSL 351.13º 0.79% 0.72% -
HSV(B) 351.13º 0.48% 0.94% -
XYZ 48.15 35.15 29.84 -
YUV 161.32 117.1 184.12 -
System Red Green Blue C M Y K H S L
Decimal 240 125 142 0 0.48 0.41 0.06 351.13 0.79 0.72
Hex F0 7D 8E 0 30 29 6 15F 4F 48
Octal 360 175 216 0 60 51 6 537 117 110
Binary 11110000 1111101 10001110 0 110000 101001 110 101011111 1001111 1001000

Color Harmonies of #F07D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D8E

Black with #F07D8E

Text Example


Text Example

White with #F07D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D8E; }

 p { color: rgb(240,125,142); }

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

background-color css

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

 a { background-color: rgb(240,125,142); }

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

border-color css

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

 span { border-color: rgb(240,125,142); }

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