Html Css Color HEX #F27C8E Carissma

📋 copy color: '#F27C8E'

red 242 ◦ green 124 ◦ blue 142

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

Shades of Carissma #F27C8E

Tints of Carissma #F27C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.95%

R = 47.64%
G = 24.41%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F27C8E (or 0xF27C8E) is known color: Carissma. HEX triplet: F2, 7C and 8E. RGB value is (242,124,142). Sum of RGB (Red+Green+Blue) = 242+124+142=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27C8E is #0D8371. Grayscale: #A1A1A1. Windows color (decimal): -885618 or 9338098. OLE color: 9338098.

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

Color convert

RGB 242 124 142 -
CMYK 0 0.49 0.41 0.05
HSL 350.85º 0.82% 0.72% -
HSV(B) 350.85º 0.49% 0.95% -
XYZ 48.71 35.25 29.83 -
YUV 161.33 117.09 185.54 -
System Red Green Blue C M Y K H S L
Decimal 242 124 142 0 0.49 0.41 0.05 350.85 0.82 0.72
Hex F2 7C 8E 0 31 29 5 15F 52 48
Octal 362 174 216 0 61 51 5 537 122 110
Binary 11110010 1111100 10001110 0 110001 101001 101 101011111 1010010 1001000

Color Harmonies of #F27C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C8E

Black with #F27C8E

Text Example


Text Example

White with #F27C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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