Html Css Color HEX #F17F85 Carissma

📋 copy color: '#F17F85'

red 241 ◦ green 127 ◦ blue 133

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

Shades of Carissma #F17F85

Tints of Carissma #F17F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.55%

R = 48.1%
G = 25.35%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F17F85 (or 0xF17F85) is known color: Carissma. HEX triplet: F1, 7F and 85. RGB value is (241,127,133). Sum of RGB (Red+Green+Blue) = 241+127+133=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17F85 is #0E807A. Grayscale: #A1A1A1. Windows color (decimal): -950395 or 8749041. OLE color: 8749041.

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

Color convert

RGB 241 127 133 -
CMYK 0 0.47 0.45 0.05
HSL 356.84º 0.8% 0.72% -
HSV(B) 356.84º 0.47% 0.95% -
XYZ 48.1 35.57 26.52 -
YUV 161.77 111.77 184.51 -
System Red Green Blue C M Y K H S L
Decimal 241 127 133 0 0.47 0.45 0.05 356.84 0.8 0.72
Hex F1 7F 85 0 2F 2D 5 165 50 48
Octal 361 177 205 0 57 55 5 545 120 110
Binary 11110001 1111111 10000101 0 101111 101101 101 101100101 1010000 1001000

Color Harmonies of #F17F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F85

Black with #F17F85

Text Example


Text Example

White with #F17F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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