Html Css Color HEX #F17F9B Carissma

📋 copy color: '#F17F9B'

red 241 ◦ green 127 ◦ blue 155

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

Shades of Carissma #F17F9B

Tints of Carissma #F17F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.64%

R = 46.08%
G = 24.28%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F17F9B (or 0xF17F9B) is known color: Carissma. HEX triplet: F1, 7F and 9B. RGB value is (241,127,155). Sum of RGB (Red+Green+Blue) = 241+127+155=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17F9B is #0E8064. Grayscale: #A4A4A4. Windows color (decimal): -950373 or 10190833. OLE color: 10190833.

HSL color Cylindrical-coordinate representation of color #F17F9B: hue angle of 345.26º 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 #F17F9B is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 127 155 -
CMYK 0 0.47 0.36 0.05
HSL 345.26º 0.8% 0.72% -
HSV(B) 345.26º 0.47% 0.95% -
XYZ 49.78 36.25 35.38 -
YUV 164.28 122.77 182.72 -
System Red Green Blue C M Y K H S L
Decimal 241 127 155 0 0.47 0.36 0.05 345.26 0.8 0.72
Hex F1 7F 9B 0 2F 24 5 159 50 48
Octal 361 177 233 0 57 44 5 531 120 110
Binary 11110001 1111111 10011011 0 101111 100100 101 101011001 1010000 1001000

Color Harmonies of #F17F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F9B

Black with #F17F9B

Text Example


Text Example

White with #F17F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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