Html Css Color HEX #F27495 Carissma

📋 copy color: '#F27495'

red 242 ◦ green 116 ◦ blue 149

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

Shades of Carissma #F27495

Tints of Carissma #F27495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.88%

 BLUE value IS 149 (58.59% from 255) = 29.39%

R = 47.73%
G = 22.88%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F27495 (or 0xF27495) is known color: Carissma. HEX triplet: F2, 74 and 95. RGB value is (242,116,149). Sum of RGB (Red+Green+Blue) = 242+116+149=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F27495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27495 is #0D8B6A. Grayscale: #9D9D9D. Windows color (decimal): -887659 or 9794802. OLE color: 9794802.

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

Color convert

RGB 242 116 149 -
CMYK 0 0.52 0.38 0.05
HSL 344.29º 0.83% 0.7% -
HSV(B) 344.29º 0.52% 0.95% -
XYZ 48.29 33.54 32.36 -
YUV 157.44 123.24 188.32 -
System Red Green Blue C M Y K H S L
Decimal 242 116 149 0 0.52 0.38 0.05 344.29 0.83 0.7
Hex F2 74 95 0 34 26 5 158 53 46
Octal 362 164 225 0 64 46 5 530 123 106
Binary 11110010 1110100 10010101 0 110100 100110 101 101011000 1010011 1000110

Color Harmonies of #F27495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27495

Black with #F27495

Text Example


Text Example

White with #F27495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27495; }

 p { color: rgb(242,116,149); }

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

background-color css

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

 a { background-color: rgb(242,116,149); }

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

border-color css

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

 span { border-color: rgb(242,116,149); }

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