Html Css Color HEX #F27398 Carissma

📋 copy color: '#F27398'

red 242 ◦ green 115 ◦ blue 152

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

Shades of Carissma #F27398

Tints of Carissma #F27398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.59%

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

R = 47.54%
G = 22.59%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F27398 (or 0xF27398) is known color: Carissma. HEX triplet: F2, 73 and 98. RGB value is (242,115,152). Sum of RGB (Red+Green+Blue) = 242+115+152=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F27398 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27398 is #0D8C67. Grayscale: #9D9D9D. Windows color (decimal): -887912 or 9991154. OLE color: 9991154.

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

Color convert

RGB 242 115 152 -
CMYK 0 0.52 0.37 0.05
HSL 342.52º 0.83% 0.7% -
HSV(B) 342.52º 0.52% 0.95% -
XYZ 48.42 33.41 33.6 -
YUV 157.19 125.08 188.49 -
System Red Green Blue C M Y K H S L
Decimal 242 115 152 0 0.52 0.37 0.05 342.52 0.83 0.7
Hex F2 73 98 0 34 25 5 157 53 46
Octal 362 163 230 0 64 45 5 527 123 106
Binary 11110010 1110011 10011000 0 110100 100101 101 101010111 1010011 1000110

Color Harmonies of #F27398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27398

Black with #F27398

Text Example


Text Example

White with #F27398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27398; }

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

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

background-color css

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

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

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

border-color css

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

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

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