Html Css Color HEX #F27C96 Carissma

📋 copy color: '#F27C96'

red 242 ◦ green 124 ◦ blue 150

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

Shades of Carissma #F27C96

Tints of Carissma #F27C96

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.03%

 BLUE value IS 150 (58.98% from 255) = 29.07%

R = 46.9%
G = 24.03%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F27C96 (or 0xF27C96) is known color: Carissma. HEX triplet: F2, 7C and 96. RGB value is (242,124,150). Sum of RGB (Red+Green+Blue) = 242+124+150=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27C96 is #0D8369. Grayscale: #A2A2A2. Windows color (decimal): -885610 or 9862386. OLE color: 9862386.

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

Color convert

RGB 242 124 150 -
CMYK 0 0.49 0.38 0.05
HSL 346.78º 0.82% 0.72% -
HSV(B) 346.78º 0.49% 0.95% -
XYZ 49.33 35.49 33.11 -
YUV 162.25 121.09 184.89 -
System Red Green Blue C M Y K H S L
Decimal 242 124 150 0 0.49 0.38 0.05 346.78 0.82 0.72
Hex F2 7C 96 0 31 26 5 15B 52 48
Octal 362 174 226 0 61 46 5 533 122 110
Binary 11110010 1111100 10010110 0 110001 100110 101 101011011 1010010 1001000

Color Harmonies of #F27C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C96

Black with #F27C96

Text Example


Text Example

White with #F27C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C96; }

 p { color: rgb(242,124,150); }

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

background-color css

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

 a { background-color: rgb(242,124,150); }

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

border-color css

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

 span { border-color: rgb(242,124,150); }

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