Html Css Color HEX #F1729A Carissma

📋 copy color: '#F1729A'

red 241 ◦ green 114 ◦ blue 154

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

Shades of Carissma #F1729A

Tints of Carissma #F1729A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.4%

 BLUE value IS 154 (60.55% from 255) = 30.26%

R = 47.35%
G = 22.4%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1729A (or 0xF1729A) is known color: Carissma. HEX triplet: F1, 72 and 9A. RGB value is (241,114,154). Sum of RGB (Red+Green+Blue) = 241+114+154=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F1729A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1729A is #0E8D65. Grayscale: #9C9C9C. Windows color (decimal): -953702 or 10121969. OLE color: 10121969.

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

Color convert

RGB 241 114 154 -
CMYK 0 0.53 0.36 0.05
HSL 341.1º 0.82% 0.7% -
HSV(B) 341.1º 0.53% 0.95% -
XYZ 48.13 33.07 34.42 -
YUV 156.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 241 114 154 0 0.53 0.36 0.05 341.1 0.82 0.7
Hex F1 72 9A 0 35 24 5 155 52 46
Octal 361 162 232 0 65 44 5 525 122 106
Binary 11110001 1110010 10011010 0 110101 100100 101 101010101 1010010 1000110

Color Harmonies of #F1729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1729A

Black with #F1729A

Text Example


Text Example

White with #F1729A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1729A; }

 p { color: rgb(241,114,154); }

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

background-color css

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

 a { background-color: rgb(241,114,154); }

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

border-color css

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

 span { border-color: rgb(241,114,154); }

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