Html Css Color HEX #F27C98 Carissma

📋 copy color: '#F27C98'

red 242 ◦ green 124 ◦ blue 152

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

Shades of Carissma #F27C98

Tints of Carissma #F27C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.34%

R = 46.72%
G = 23.94%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F27C98 (or 0xF27C98) is known color: Carissma. HEX triplet: F2, 7C and 98. RGB value is (242,124,152). Sum of RGB (Red+Green+Blue) = 242+124+152=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27C98 is #0D8367. Grayscale: #A2A2A2. Windows color (decimal): -885608 or 9993458. OLE color: 9993458.

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

Color convert

RGB 242 124 152 -
CMYK 0 0.49 0.37 0.05
HSL 345.76º 0.82% 0.72% -
HSV(B) 345.76º 0.49% 0.95% -
XYZ 49.49 35.56 33.96 -
YUV 162.47 122.09 184.72 -
System Red Green Blue C M Y K H S L
Decimal 242 124 152 0 0.49 0.37 0.05 345.76 0.82 0.72
Hex F2 7C 98 0 31 25 5 15A 52 48
Octal 362 174 230 0 61 45 5 532 122 110
Binary 11110010 1111100 10011000 0 110001 100101 101 101011010 1010010 1001000

Color Harmonies of #F27C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C98

Black with #F27C98

Text Example


Text Example

White with #F27C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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