Html Css Color HEX #F07594 Carissma

📋 copy color: '#F07594'

red 240 ◦ green 117 ◦ blue 148

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

Shades of Carissma #F07594

Tints of Carissma #F07594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.31%

R = 47.52%
G = 23.17%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F07594 (or 0xF07594) is known color: Carissma. HEX triplet: F0, 75 and 94. RGB value is (240,117,148). Sum of RGB (Red+Green+Blue) = 240+117+148=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F07594 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07594 is #0F8A6B. Grayscale: #9D9D9D. Windows color (decimal): -1018476 or 9729520. OLE color: 9729520.

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

Color convert

RGB 240 117 148 -
CMYK 0 0.51 0.38 0.06
HSL 344.88º 0.8% 0.7% -
HSV(B) 344.88º 0.51% 0.94% -
XYZ 47.64 33.39 31.95 -
YUV 157.31 122.75 186.98 -
System Red Green Blue C M Y K H S L
Decimal 240 117 148 0 0.51 0.38 0.06 344.88 0.8 0.7
Hex F0 75 94 0 33 26 6 159 50 46
Octal 360 165 224 0 63 46 6 531 120 106
Binary 11110000 1110101 10010100 0 110011 100110 110 101011001 1010000 1000110

Color Harmonies of #F07594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07594

Black with #F07594

Text Example


Text Example

White with #F07594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07594; }

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

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

background-color css

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

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

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

border-color css

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

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

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