Html Css Color HEX #F27C92 Carissma

📋 copy color: '#F27C92'

red 242 ◦ green 124 ◦ blue 146

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

Shades of Carissma #F27C92

Tints of Carissma #F27C92

RGB

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

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

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

R = 47.27%
G = 24.22%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F27C92 (or 0xF27C92) is known color: Carissma. HEX triplet: F2, 7C and 92. RGB value is (242,124,146). Sum of RGB (Red+Green+Blue) = 242+124+146=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27C92 is #0D836D. Grayscale: #A1A1A1. Windows color (decimal): -885614 or 9600242. OLE color: 9600242.

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

Color convert

RGB 242 124 146 -
CMYK 0 0.49 0.40 0.05
HSL 348.81º 0.82% 0.72% -
HSV(B) 348.81º 0.49% 0.95% -
XYZ 49.01 35.37 31.44 -
YUV 161.79 119.09 185.21 -
System Red Green Blue C M Y K H S L
Decimal 242 124 146 0 0.49 0.40 0.05 348.81 0.82 0.72
Hex F2 7C 92 0 31 28 5 15D 52 48
Octal 362 174 222 0 61 50 5 535 122 110
Binary 11110010 1111100 10010010 0 110001 101000 101 101011101 1010010 1001000

Color Harmonies of #F27C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C92

Black with #F27C92

Text Example


Text Example

White with #F27C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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