Html Css Color HEX #F07297 Carissma

📋 copy color: '#F07297'

red 240 ◦ green 114 ◦ blue 151

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

Shades of Carissma #F07297

Tints of Carissma #F07297

RGB

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

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

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

R = 47.52%
G = 22.57%
B = 29.9%

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

#F07297 (or 0xF07297) is known color: Carissma. HEX triplet: F0, 72 and 97. RGB value is (240,114,151). Sum of RGB (Red+Green+Blue) = 240+114+151=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F07297 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07297 is #0F8D68. Grayscale: #9B9B9B. Windows color (decimal): -1019241 or 9925360. OLE color: 9925360.

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

Color convert

RGB 240 114 151 -
CMYK 0 0.52 0.37 0.06
HSL 342.38º 0.81% 0.69% -
HSV(B) 342.38º 0.53% 0.94% -
XYZ 47.54 32.79 33.1 -
YUV 155.89 125.24 187.99 -
System Red Green Blue C M Y K H S L
Decimal 240 114 151 0 0.52 0.37 0.06 342.38 0.81 0.69
Hex F0 72 97 0 34 25 6 156 51 45
Octal 360 162 227 0 64 45 6 526 121 105
Binary 11110000 1110010 10010111 0 110100 100101 110 101010110 1010001 1000101

Color Harmonies of #F07297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07297

Black with #F07297

Text Example


Text Example

White with #F07297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07297; }

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

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

background-color css

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

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

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

border-color css

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

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

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