Html Css Color HEX #F27992 Carissma

📋 copy color: '#F27992'

red 242 ◦ green 121 ◦ blue 146

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

Shades of Carissma #F27992

Tints of Carissma #F27992

RGB

 RED value IS 242 (94.92% from 255) = 47.54%

 GREEN value IS 121 (47.66% from 255) = 23.77%

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

R = 47.54%
G = 23.77%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F27992 (or 0xF27992) is known color: Carissma. HEX triplet: F2, 79 and 92. RGB value is (242,121,146). Sum of RGB (Red+Green+Blue) = 242+121+146=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F27992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27992 is #0D866D. Grayscale: #A0A0A0. Windows color (decimal): -886382 or 9599474. OLE color: 9599474.

HSL color Cylindrical-coordinate representation of color #F27992: hue angle of 347.6º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27992 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 121 146 -
CMYK 0 0.50 0.40 0.05
HSL 347.6º 0.82% 0.71% -
HSV(B) 347.6º 0.5% 0.95% -
XYZ 48.64 34.63 31.31 -
YUV 160.03 120.09 186.47 -
System Red Green Blue C M Y K H S L
Decimal 242 121 146 0 0.50 0.40 0.05 347.6 0.82 0.71
Hex F2 79 92 0 32 28 5 15C 52 47
Octal 362 171 222 0 62 50 5 534 122 107
Binary 11110010 1111001 10010010 0 110010 101000 101 101011100 1010010 1000111

Color Harmonies of #F27992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27992

Black with #F27992

Text Example


Text Example

White with #F27992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27992; }

 p { color: rgb(242,121,146); }

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

background-color css

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

 a { background-color: rgb(242,121,146); }

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

border-color css

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

 span { border-color: rgb(242,121,146); }

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