Html Css Color HEX #F27598 Carissma

📋 copy color: '#F27598'

red 242 ◦ green 117 ◦ blue 152

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

Shades of Carissma #F27598

Tints of Carissma #F27598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.9%

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

R = 47.36%
G = 22.9%
B = 29.75%

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

#F27598 (or 0xF27598) is known color: Carissma. HEX triplet: F2, 75 and 98. RGB value is (242,117,152). Sum of RGB (Red+Green+Blue) = 242+117+152=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F27598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27598 is #0D8A67. Grayscale: #9E9E9E. Windows color (decimal): -887400 or 9991666. OLE color: 9991666.

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

Color convert

RGB 242 117 152 -
CMYK 0 0.52 0.37 0.05
HSL 343.2º 0.83% 0.7% -
HSV(B) 343.2º 0.52% 0.95% -
XYZ 48.65 33.87 33.68 -
YUV 158.37 124.41 187.65 -
System Red Green Blue C M Y K H S L
Decimal 242 117 152 0 0.52 0.37 0.05 343.2 0.83 0.7
Hex F2 75 98 0 34 25 5 157 53 46
Octal 362 165 230 0 64 45 5 527 123 106
Binary 11110010 1110101 10011000 0 110100 100101 101 101010111 1010011 1000110

Color Harmonies of #F27598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27598

Black with #F27598

Text Example


Text Example

White with #F27598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27598; }

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

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

background-color css

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

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

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

border-color css

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

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

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