Html Css Color HEX #F07199 Carissma

📋 copy color: '#F07199'

red 240 ◦ green 113 ◦ blue 153

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

Shades of Carissma #F07199

Tints of Carissma #F07199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.33%

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

R = 47.43%
G = 22.33%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F07199 (or 0xF07199) is known color: Carissma. HEX triplet: F0, 71 and 99. RGB value is (240,113,153). Sum of RGB (Red+Green+Blue) = 240+113+153=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F07199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07199 is #0F8E66. Grayscale: #9B9B9B. Windows color (decimal): -1019495 or 10056176. OLE color: 10056176.

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

Color convert

RGB 240 113 153 -
CMYK 0 0.53 0.36 0.06
HSL 341.1º 0.81% 0.69% -
HSV(B) 341.1º 0.53% 0.94% -
XYZ 47.59 32.64 33.93 -
YUV 155.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 240 113 153 0 0.53 0.36 0.06 341.1 0.81 0.69
Hex F0 71 99 0 35 24 6 155 51 45
Octal 360 161 231 0 65 44 6 525 121 105
Binary 11110000 1110001 10011001 0 110101 100100 110 101010101 1010001 1000101

Color Harmonies of #F07199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07199

Black with #F07199

Text Example


Text Example

White with #F07199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07199; }

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

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

background-color css

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

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

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

border-color css

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

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

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