Html Css Color HEX #F07395 Carissma

📋 copy color: '#F07395'

red 240 ◦ green 115 ◦ blue 149

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

Shades of Carissma #F07395

Tints of Carissma #F07395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.82%

 BLUE value IS 149 (58.59% from 255) = 29.56%

R = 47.62%
G = 22.82%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F07395 (or 0xF07395) is known color: Carissma. HEX triplet: F0, 73 and 95. RGB value is (240,115,149). Sum of RGB (Red+Green+Blue) = 240+115+149=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F07395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07395 is #0F8C6A. Grayscale: #9C9C9C. Windows color (decimal): -1018987 or 9794544. OLE color: 9794544.

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

Color convert

RGB 240 115 149 -
CMYK 0 0.52 0.38 0.06
HSL 343.68º 0.81% 0.7% -
HSV(B) 343.68º 0.52% 0.94% -
XYZ 47.49 32.96 32.29 -
YUV 156.25 123.91 187.74 -
System Red Green Blue C M Y K H S L
Decimal 240 115 149 0 0.52 0.38 0.06 343.68 0.81 0.7
Hex F0 73 95 0 34 26 6 158 51 46
Octal 360 163 225 0 64 46 6 530 121 106
Binary 11110000 1110011 10010101 0 110100 100110 110 101011000 1010001 1000110

Color Harmonies of #F07395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07395

Black with #F07395

Text Example


Text Example

White with #F07395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07395; }

 p { color: rgb(240,115,149); }

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

background-color css

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

 a { background-color: rgb(240,115,149); }

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

border-color css

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

 span { border-color: rgb(240,115,149); }

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