Html Css Color HEX #F17198 Carissma

📋 copy color: '#F17198'

red 241 ◦ green 113 ◦ blue 152

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

Shades of Carissma #F17198

Tints of Carissma #F17198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.33%

 BLUE value IS 152 (59.77% from 255) = 30.04%

R = 47.63%
G = 22.33%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F17198 (or 0xF17198) is known color: Carissma. HEX triplet: F1, 71 and 98. RGB value is (241,113,152). Sum of RGB (Red+Green+Blue) = 241+113+152=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F17198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17198 is #0E8E67. Grayscale: #9B9B9B. Windows color (decimal): -953960 or 9990641. OLE color: 9990641.

HSL color Cylindrical-coordinate representation of color #F17198: hue angle of 341.72º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F17198 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 113 152 -
CMYK 0 0.53 0.37 0.05
HSL 341.72º 0.82% 0.69% -
HSV(B) 341.72º 0.53% 0.95% -
XYZ 47.85 32.78 33.51 -
YUV 155.72 125.91 188.83 -
System Red Green Blue C M Y K H S L
Decimal 241 113 152 0 0.53 0.37 0.05 341.72 0.82 0.69
Hex F1 71 98 0 35 25 5 156 52 45
Octal 361 161 230 0 65 45 5 526 122 105
Binary 11110001 1110001 10011000 0 110101 100101 101 101010110 1010010 1000101

Color Harmonies of #F17198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17198

Black with #F17198

Text Example


Text Example

White with #F17198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17198; }

 p { color: rgb(241,113,152); }

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

background-color css

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

 a { background-color: rgb(241,113,152); }

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

border-color css

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

 span { border-color: rgb(241,113,152); }

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