Html Css Color HEX #F07198 Carissma

📋 copy color: '#F07198'

red 240 ◦ green 113 ◦ blue 152

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

Shades of Carissma #F07198

Tints of Carissma #F07198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.1%

R = 47.52%
G = 22.38%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F07198 (or 0xF07198) is known color: Carissma. HEX triplet: F0, 71 and 98. RGB value is (240,113,152). Sum of RGB (Red+Green+Blue) = 240+113+152=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F07198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07198 is #0F8E67. Grayscale: #9B9B9B. Windows color (decimal): -1019496 or 9990640. OLE color: 9990640.

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

Color convert

RGB 240 113 152 -
CMYK 0 0.53 0.37 0.06
HSL 341.57º 0.81% 0.69% -
HSV(B) 341.57º 0.53% 0.94% -
XYZ 47.51 32.6 33.49 -
YUV 155.42 126.08 188.33 -
System Red Green Blue C M Y K H S L
Decimal 240 113 152 0 0.53 0.37 0.06 341.57 0.81 0.69
Hex F0 71 98 0 35 25 6 156 51 45
Octal 360 161 230 0 65 45 6 526 121 105
Binary 11110000 1110001 10011000 0 110101 100101 110 101010110 1010001 1000101

Color Harmonies of #F07198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07198

Black with #F07198

Text Example


Text Example

White with #F07198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07198; }

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

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

background-color css

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

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

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

border-color css

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

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

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