Html Css Color HEX #F07C99 Carissma

📋 copy color: '#F07C99'

red 240 ◦ green 124 ◦ blue 153

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

Shades of Carissma #F07C99

Tints of Carissma #F07C99

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.98%

 BLUE value IS 153 (60.16% from 255) = 29.59%

R = 46.42%
G = 23.98%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F07C99 (or 0xF07C99) is known color: Carissma. HEX triplet: F0, 7C and 99. RGB value is (240,124,153). Sum of RGB (Red+Green+Blue) = 240+124+153=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07C99 is #0F8366. Grayscale: #A1A1A1. Windows color (decimal): -1016679 or 10058992. OLE color: 10058992.

HSL color Cylindrical-coordinate representation of color #F07C99: hue angle of 345º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07C99 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 124 153 -
CMYK 0 0.48 0.36 0.06
HSL 345º 0.79% 0.71% -
HSV(B) 345º 0.48% 0.94% -
XYZ 48.89 35.24 34.36 -
YUV 161.99 122.93 183.64 -
System Red Green Blue C M Y K H S L
Decimal 240 124 153 0 0.48 0.36 0.06 345 0.79 0.71
Hex F0 7C 99 0 30 24 6 159 4F 47
Octal 360 174 231 0 60 44 6 531 117 107
Binary 11110000 1111100 10011001 0 110000 100100 110 101011001 1001111 1000111

Color Harmonies of #F07C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07C99

Black with #F07C99

Text Example


Text Example

White with #F07C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07C99; }

 p { color: rgb(240,124,153); }

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

background-color css

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

 a { background-color: rgb(240,124,153); }

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

border-color css

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

 span { border-color: rgb(240,124,153); }

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