Html Css Color HEX #F07890 Carissma

📋 copy color: '#F07890'

red 240 ◦ green 120 ◦ blue 144

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

Shades of Carissma #F07890

Tints of Carissma #F07890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.81%

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

R = 47.62%
G = 23.81%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F07890 (or 0xF07890) is known color: Carissma. HEX triplet: F0, 78 and 90. RGB value is (240,120,144). Sum of RGB (Red+Green+Blue) = 240+120+144=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F07890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07890 is #0F876F. Grayscale: #9E9E9E. Windows color (decimal): -1017712 or 9468144. OLE color: 9468144.

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

Color convert

RGB 240 120 144 -
CMYK 0 0.5 0.4 0.06
HSL 348º 0.8% 0.71% -
HSV(B) 348º 0.5% 0.94% -
XYZ 47.69 33.97 30.43 -
YUV 158.62 119.76 186.05 -
System Red Green Blue C M Y K H S L
Decimal 240 120 144 0 0.5 0.4 0.06 348 0.8 0.71
Hex F0 78 90 0 32 28 6 15C 50 47
Octal 360 170 220 0 62 50 6 534 120 107
Binary 11110000 1111000 10010000 0 110010 101000 110 101011100 1010000 1000111

Color Harmonies of #F07890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07890

Black with #F07890

Text Example


Text Example

White with #F07890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07890; }

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

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

background-color css

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

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

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

border-color css

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

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

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