Html Css Color HEX #F07994 Carissma

📋 copy color: '#F07994'

red 240 ◦ green 121 ◦ blue 148

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

Shades of Carissma #F07994

Tints of Carissma #F07994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.77%

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

R = 47.15%
G = 23.77%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F07994 (or 0xF07994) is known color: Carissma. HEX triplet: F0, 79 and 94. RGB value is (240,121,148). Sum of RGB (Red+Green+Blue) = 240+121+148=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F07994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07994 is #0F866B. Grayscale: #9F9F9F. Windows color (decimal): -1017452 or 9730544. OLE color: 9730544.

HSL color Cylindrical-coordinate representation of color #F07994: hue angle of 346.39º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07994 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 121 148 -
CMYK 0 0.50 0.38 0.06
HSL 346.39º 0.8% 0.71% -
HSV(B) 346.39º 0.5% 0.94% -
XYZ 48.12 34.34 32.11 -
YUV 159.66 121.42 185.3 -
System Red Green Blue C M Y K H S L
Decimal 240 121 148 0 0.50 0.38 0.06 346.39 0.8 0.71
Hex F0 79 94 0 32 26 6 15A 50 47
Octal 360 171 224 0 62 46 6 532 120 107
Binary 11110000 1111001 10010100 0 110010 100110 110 101011010 1010000 1000111

Color Harmonies of #F07994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07994

Black with #F07994

Text Example


Text Example

White with #F07994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07994; }

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

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

background-color css

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

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

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

border-color css

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

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

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