Html Css Color HEX #F27C8C Carissma

📋 copy color: '#F27C8C'

red 242 ◦ green 124 ◦ blue 140

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

Shades of Carissma #F27C8C

Tints of Carissma #F27C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.67%

R = 47.83%
G = 24.51%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F27C8C (or 0xF27C8C) is known color: Carissma. HEX triplet: F2, 7C and 8C. RGB value is (242,124,140). Sum of RGB (Red+Green+Blue) = 242+124+140=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27C8C is #0D8373. Grayscale: #A1A1A1. Windows color (decimal): -885620 or 9207026. OLE color: 9207026.

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

Color convert

RGB 242 124 140 -
CMYK 0 0.49 0.42 0.05
HSL 351.86º 0.82% 0.72% -
HSV(B) 351.86º 0.49% 0.95% -
XYZ 48.56 35.19 29.04 -
YUV 161.11 116.09 185.7 -
System Red Green Blue C M Y K H S L
Decimal 242 124 140 0 0.49 0.42 0.05 351.86 0.82 0.72
Hex F2 7C 8C 0 31 2A 5 160 52 48
Octal 362 174 214 0 61 52 5 540 122 110
Binary 11110010 1111100 10001100 0 110001 101010 101 101100000 1010010 1001000

Color Harmonies of #F27C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C8C

Black with #F27C8C

Text Example


Text Example

White with #F27C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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