Html Css Color HEX #F07497 Carissma

📋 copy color: '#F07497'

red 240 ◦ green 116 ◦ blue 151

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

Shades of Carissma #F07497

Tints of Carissma #F07497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.88%

 BLUE value IS 151 (59.38% from 255) = 29.78%

R = 47.34%
G = 22.88%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F07497 (or 0xF07497) is known color: Carissma. HEX triplet: F0, 74 and 97. RGB value is (240,116,151). Sum of RGB (Red+Green+Blue) = 240+116+151=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F07497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07497 is #0F8B68. Grayscale: #9D9D9D. Windows color (decimal): -1018729 or 9925872. OLE color: 9925872.

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

Color convert

RGB 240 116 151 -
CMYK 0 0.52 0.37 0.06
HSL 343.06º 0.81% 0.7% -
HSV(B) 343.06º 0.52% 0.94% -
XYZ 47.77 33.25 33.18 -
YUV 157.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 240 116 151 0 0.52 0.37 0.06 343.06 0.81 0.7
Hex F0 74 97 0 34 25 6 157 51 46
Octal 360 164 227 0 64 45 6 527 121 106
Binary 11110000 1110100 10010111 0 110100 100101 110 101010111 1010001 1000110

Color Harmonies of #F07497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07497

Black with #F07497

Text Example


Text Example

White with #F07497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07497; }

 p { color: rgb(240,116,151); }

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

background-color css

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

 a { background-color: rgb(240,116,151); }

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

border-color css

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

 span { border-color: rgb(240,116,151); }

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