Html Css Color HEX #F07399 Carissma

📋 copy color: '#F07399'

red 240 ◦ green 115 ◦ blue 153

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

Shades of Carissma #F07399

Tints of Carissma #F07399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.64%

 BLUE value IS 153 (60.16% from 255) = 30.12%

R = 47.24%
G = 22.64%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F07399 (or 0xF07399) is known color: Carissma. HEX triplet: F0, 73 and 99. RGB value is (240,115,153). Sum of RGB (Red+Green+Blue) = 240+115+153=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F07399 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07399 is #0F8C66. Grayscale: #9C9C9C. Windows color (decimal): -1018983 or 10056688. OLE color: 10056688.

HSL color Cylindrical-coordinate representation of color #F07399: hue angle of 341.76º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07399 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 115 153 -
CMYK 0 0.52 0.36 0.06
HSL 341.76º 0.81% 0.7% -
HSV(B) 341.76º 0.52% 0.94% -
XYZ 47.82 33.09 34 -
YUV 156.71 125.91 187.41 -
System Red Green Blue C M Y K H S L
Decimal 240 115 153 0 0.52 0.36 0.06 341.76 0.81 0.7
Hex F0 73 99 0 34 24 6 156 51 46
Octal 360 163 231 0 64 44 6 526 121 106
Binary 11110000 1110011 10011001 0 110100 100100 110 101010110 1010001 1000110

Color Harmonies of #F07399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07399

Black with #F07399

Text Example


Text Example

White with #F07399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07399; }

 p { color: rgb(240,115,153); }

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

background-color css

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

 a { background-color: rgb(240,115,153); }

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

border-color css

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

 span { border-color: rgb(240,115,153); }

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