Html Css Color HEX #F17696 Carissma

📋 copy color: '#F17696'

red 241 ◦ green 118 ◦ blue 150

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

Shades of Carissma #F17696

Tints of Carissma #F17696

RGB

 RED value IS 241 (94.53% from 255) = 47.35%

 GREEN value IS 118 (46.48% from 255) = 23.18%

 BLUE value IS 150 (58.98% from 255) = 29.47%

R = 47.35%
G = 23.18%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F17696 (or 0xF17696) is known color: Carissma. HEX triplet: F1, 76 and 96. RGB value is (241,118,150). Sum of RGB (Red+Green+Blue) = 241+118+150=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F17696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17696 is #0E8969. Grayscale: #9E9E9E. Windows color (decimal): -952682 or 9860849. OLE color: 9860849.

HSL color Cylindrical-coordinate representation of color #F17696: hue angle of 344.39º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F17696 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 118 150 -
CMYK 0 0.51 0.38 0.05
HSL 344.39º 0.81% 0.7% -
HSV(B) 344.39º 0.51% 0.95% -
XYZ 48.26 33.86 32.85 -
YUV 158.43 123.25 186.9 -
System Red Green Blue C M Y K H S L
Decimal 241 118 150 0 0.51 0.38 0.05 344.39 0.81 0.7
Hex F1 76 96 0 33 26 5 158 51 46
Octal 361 166 226 0 63 46 5 530 121 106
Binary 11110001 1110110 10010110 0 110011 100110 101 101011000 1010001 1000110

Color Harmonies of #F17696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17696

Black with #F17696

Text Example


Text Example

White with #F17696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17696; }

 p { color: rgb(241,118,150); }

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

background-color css

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

 a { background-color: rgb(241,118,150); }

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

border-color css

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

 span { border-color: rgb(241,118,150); }

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