Html Css Color HEX #F07299 Carissma

📋 copy color: '#F07299'

red 240 ◦ green 114 ◦ blue 153

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

Shades of Carissma #F07299

Tints of Carissma #F07299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.49%

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

R = 47.34%
G = 22.49%
B = 30.18%

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

#F07299 (or 0xF07299) is known color: Carissma. HEX triplet: F0, 72 and 99. RGB value is (240,114,153). Sum of RGB (Red+Green+Blue) = 240+114+153=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F07299 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07299 is #0F8D66. Grayscale: #9C9C9C. Windows color (decimal): -1019239 or 10056432. OLE color: 10056432.

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

Color convert

RGB 240 114 153 -
CMYK 0 0.52 0.36 0.06
HSL 341.43º 0.81% 0.69% -
HSV(B) 341.43º 0.53% 0.94% -
XYZ 47.7 32.86 33.97 -
YUV 156.12 126.24 187.83 -
System Red Green Blue C M Y K H S L
Decimal 240 114 153 0 0.52 0.36 0.06 341.43 0.81 0.69
Hex F0 72 99 0 34 24 6 155 51 45
Octal 360 162 231 0 64 44 6 525 121 105
Binary 11110000 1110010 10011001 0 110100 100100 110 101010101 1010001 1000101

Color Harmonies of #F07299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07299

Black with #F07299

Text Example


Text Example

White with #F07299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07299; }

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

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

background-color css

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

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

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

border-color css

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

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

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