Html Css Color HEX #F07998 Carissma

📋 copy color: '#F07998'

red 240 ◦ green 121 ◦ blue 152

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

Shades of Carissma #F07998

Tints of Carissma #F07998

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.59%

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

R = 46.78%
G = 23.59%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F07998 (or 0xF07998) is known color: Carissma. HEX triplet: F0, 79 and 98. RGB value is (240,121,152). Sum of RGB (Red+Green+Blue) = 240+121+152=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F07998 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07998 is #0F8667. Grayscale: #A0A0A0. Windows color (decimal): -1017448 or 9992688. OLE color: 9992688.

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

Color convert

RGB 240 121 152 -
CMYK 0 0.50 0.37 0.06
HSL 344.37º 0.8% 0.71% -
HSV(B) 344.37º 0.5% 0.94% -
XYZ 48.44 34.47 33.81 -
YUV 160.12 123.42 184.98 -
System Red Green Blue C M Y K H S L
Decimal 240 121 152 0 0.50 0.37 0.06 344.37 0.8 0.71
Hex F0 79 98 0 32 25 6 158 50 47
Octal 360 171 230 0 62 45 6 530 120 107
Binary 11110000 1111001 10011000 0 110010 100101 110 101011000 1010000 1000111

Color Harmonies of #F07998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07998

Black with #F07998

Text Example


Text Example

White with #F07998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07998; }

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

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

background-color css

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

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

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

border-color css

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

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

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