Html Css Color HEX #F07891 Carissma

📋 copy color: '#F07891'

red 240 ◦ green 120 ◦ blue 145

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

Shades of Carissma #F07891

Tints of Carissma #F07891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.71%

R = 47.52%
G = 23.76%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F07891 (or 0xF07891) is known color: Carissma. HEX triplet: F0, 78 and 91. RGB value is (240,120,145). Sum of RGB (Red+Green+Blue) = 240+120+145=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F07891 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07891 is #0F876E. Grayscale: #9E9E9E. Windows color (decimal): -1017711 or 9533680. OLE color: 9533680.

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

Color convert

RGB 240 120 145 -
CMYK 0 0.5 0.40 0.06
HSL 347.5º 0.8% 0.71% -
HSV(B) 347.5º 0.5% 0.94% -
XYZ 47.76 34 30.83 -
YUV 158.73 120.26 185.97 -
System Red Green Blue C M Y K H S L
Decimal 240 120 145 0 0.5 0.40 0.06 347.5 0.8 0.71
Hex F0 78 91 0 32 28 6 15C 50 47
Octal 360 170 221 0 62 50 6 534 120 107
Binary 11110000 1111000 10010001 0 110010 101000 110 101011100 1010000 1000111

Color Harmonies of #F07891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07891

Black with #F07891

Text Example


Text Example

White with #F07891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07891; }

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

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

background-color css

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

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

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

border-color css

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

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

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