Html Css Color HEX #F17F91 Carissma

📋 copy color: '#F17F91'

red 241 ◦ green 127 ◦ blue 145

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

Shades of Carissma #F17F91

Tints of Carissma #F17F91

RGB

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

 GREEN value IS 127 (50% from 255) = 24.76%

 BLUE value IS 145 (57.03% from 255) = 28.27%

R = 46.98%
G = 24.76%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F17F91 (or 0xF17F91) is known color: Carissma. HEX triplet: F1, 7F and 91. RGB value is (241,127,145). Sum of RGB (Red+Green+Blue) = 241+127+145=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17F91 is #0E806E. Grayscale: #A3A3A3. Windows color (decimal): -950383 or 9535473. OLE color: 9535473.

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

Color convert

RGB 241 127 145 -
CMYK 0 0.47 0.40 0.05
HSL 350.53º 0.8% 0.72% -
HSV(B) 350.53º 0.47% 0.95% -
XYZ 48.98 35.92 31.14 -
YUV 163.14 117.77 183.54 -
System Red Green Blue C M Y K H S L
Decimal 241 127 145 0 0.47 0.40 0.05 350.53 0.8 0.72
Hex F1 7F 91 0 2F 28 5 15F 50 48
Octal 361 177 221 0 57 50 5 537 120 110
Binary 11110001 1111111 10010001 0 101111 101000 101 101011111 1010000 1001000

Color Harmonies of #F17F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F91

Black with #F17F91

Text Example


Text Example

White with #F17F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F91; }

 p { color: rgb(241,127,145); }

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

background-color css

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

 a { background-color: rgb(241,127,145); }

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

border-color css

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

 span { border-color: rgb(241,127,145); }

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