Html Css Color HEX #F07593 Carissma

📋 copy color: '#F07593'

red 240 ◦ green 117 ◦ blue 147

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

Shades of Carissma #F07593

Tints of Carissma #F07593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.21%

 BLUE value IS 147 (57.81% from 255) = 29.17%

R = 47.62%
G = 23.21%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F07593 (or 0xF07593) is known color: Carissma. HEX triplet: F0, 75 and 93. RGB value is (240,117,147). Sum of RGB (Red+Green+Blue) = 240+117+147=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F07593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07593 is #0F8A6C. Grayscale: #9D9D9D. Windows color (decimal): -1018477 or 9663984. OLE color: 9663984.

HSL color Cylindrical-coordinate representation of color #F07593: hue angle of 345.37º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07593 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 147 -
CMYK 0 0.51 0.39 0.06
HSL 345.37º 0.8% 0.7% -
HSV(B) 345.37º 0.51% 0.94% -
XYZ 47.56 33.35 31.53 -
YUV 157.2 122.25 187.06 -
System Red Green Blue C M Y K H S L
Decimal 240 117 147 0 0.51 0.39 0.06 345.37 0.8 0.7
Hex F0 75 93 0 33 27 6 159 50 46
Octal 360 165 223 0 63 47 6 531 120 106
Binary 11110000 1110101 10010011 0 110011 100111 110 101011001 1010000 1000110

Color Harmonies of #F07593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07593

Black with #F07593

Text Example


Text Example

White with #F07593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07593; }

 p { color: rgb(240,117,147); }

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

background-color css

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

 a { background-color: rgb(240,117,147); }

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

border-color css

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

 span { border-color: rgb(240,117,147); }

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