Html Css Color HEX #F07E88 Carissma

📋 copy color: '#F07E88'

red 240 ◦ green 126 ◦ blue 136

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

Shades of Carissma #F07E88

Tints of Carissma #F07E88

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.1%

 BLUE value IS 136 (53.52% from 255) = 27.09%

R = 47.81%
G = 25.1%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F07E88 (or 0xF07E88) is known color: Carissma. HEX triplet: F0, 7E and 88. RGB value is (240,126,136). Sum of RGB (Red+Green+Blue) = 240+126+136=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07E88 is #0F8177. Grayscale: #A1A1A1. Windows color (decimal): -1016184 or 8945392. OLE color: 8945392.

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

Color convert

RGB 240 126 136 -
CMYK 0 0.48 0.43 0.06
HSL 354.74º 0.79% 0.72% -
HSV(B) 354.74º 0.48% 0.94% -
XYZ 47.84 35.22 27.57 -
YUV 161.23 113.77 184.19 -
System Red Green Blue C M Y K H S L
Decimal 240 126 136 0 0.48 0.43 0.06 354.74 0.79 0.72
Hex F0 7E 88 0 30 2B 6 163 4F 48
Octal 360 176 210 0 60 53 6 543 117 110
Binary 11110000 1111110 10001000 0 110000 101011 110 101100011 1001111 1001000

Color Harmonies of #F07E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E88

Black with #F07E88

Text Example


Text Example

White with #F07E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E88; }

 p { color: rgb(240,126,136); }

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

background-color css

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

 a { background-color: rgb(240,126,136); }

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

border-color css

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

 span { border-color: rgb(240,126,136); }

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