Html Css Color HEX #F17D92 Carissma

📋 copy color: '#F17D92'

red 241 ◦ green 125 ◦ blue 146

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

Shades of Carissma #F17D92

Tints of Carissma #F17D92

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.41%

 BLUE value IS 146 (57.42% from 255) = 28.52%

R = 47.07%
G = 24.41%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F17D92 (or 0xF17D92) is known color: Carissma. HEX triplet: F1, 7D and 92. RGB value is (241,125,146). Sum of RGB (Red+Green+Blue) = 241+125+146=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17D92 is #0E826D. Grayscale: #A2A2A2. Windows color (decimal): -950894 or 9600497. OLE color: 9600497.

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

Color convert

RGB 241 125 146 -
CMYK 0 0.48 0.39 0.05
HSL 349.14º 0.81% 0.72% -
HSV(B) 349.14º 0.48% 0.95% -
XYZ 48.8 35.44 31.46 -
YUV 162.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 241 125 146 0 0.48 0.39 0.05 349.14 0.81 0.72
Hex F1 7D 92 0 30 27 5 15D 51 48
Octal 361 175 222 0 60 47 5 535 121 110
Binary 11110001 1111101 10010010 0 110000 100111 101 101011101 1010001 1001000

Color Harmonies of #F17D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17D92

Black with #F17D92

Text Example


Text Example

White with #F17D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17D92; }

 p { color: rgb(241,125,146); }

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

background-color css

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

 a { background-color: rgb(241,125,146); }

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

border-color css

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

 span { border-color: rgb(241,125,146); }

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