Html Css Color HEX #F07E90 Carissma

📋 copy color: '#F07E90'

red 240 ◦ green 126 ◦ blue 144

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

Shades of Carissma #F07E90

Tints of Carissma #F07E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.24%

R = 47.06%
G = 24.71%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F07E90 (or 0xF07E90) is known color: Carissma. HEX triplet: F0, 7E and 90. RGB value is (240,126,144). Sum of RGB (Red+Green+Blue) = 240+126+144=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07E90 is #0F816F. Grayscale: #A2A2A2. Windows color (decimal): -1016176 or 9469680. OLE color: 9469680.

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

Color convert

RGB 240 126 144 -
CMYK 0 0.48 0.4 0.06
HSL 350.53º 0.79% 0.72% -
HSV(B) 350.53º 0.48% 0.94% -
XYZ 48.43 35.46 30.68 -
YUV 162.14 117.77 183.54 -
System Red Green Blue C M Y K H S L
Decimal 240 126 144 0 0.48 0.4 0.06 350.53 0.79 0.72
Hex F0 7E 90 0 30 28 6 15F 4F 48
Octal 360 176 220 0 60 50 6 537 117 110
Binary 11110000 1111110 10010000 0 110000 101000 110 101011111 1001111 1001000

Color Harmonies of #F07E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E90

Black with #F07E90

Text Example


Text Example

White with #F07E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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