Html Css Color HEX #F07C90 Carissma

📋 copy color: '#F07C90'

red 240 ◦ green 124 ◦ blue 144

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

Shades of Carissma #F07C90

Tints of Carissma #F07C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.41%

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

R = 47.24%
G = 24.41%
B = 28.35%

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

#F07C90 (or 0xF07C90) is known color: Carissma. HEX triplet: F0, 7C and 90. RGB value is (240,124,144). Sum of RGB (Red+Green+Blue) = 240+124+144=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07C90 is #0F836F. Grayscale: #A1A1A1. Windows color (decimal): -1016688 or 9469168. OLE color: 9469168.

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

Color convert

RGB 240 124 144 -
CMYK 0 0.48 0.4 0.06
HSL 349.66º 0.79% 0.71% -
HSV(B) 349.66º 0.48% 0.94% -
XYZ 48.18 34.95 30.59 -
YUV 160.96 118.43 184.37 -
System Red Green Blue C M Y K H S L
Decimal 240 124 144 0 0.48 0.4 0.06 349.66 0.79 0.71
Hex F0 7C 90 0 30 28 6 15E 4F 47
Octal 360 174 220 0 60 50 6 536 117 107
Binary 11110000 1111100 10010000 0 110000 101000 110 101011110 1001111 1000111

Color Harmonies of #F07C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07C90

Black with #F07C90

Text Example


Text Example

White with #F07C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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