Html Css Color HEX #F27F98 Carissma

📋 copy color: '#F27F98'

red 242 ◦ green 127 ◦ blue 152

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

Shades of Carissma #F27F98

Tints of Carissma #F27F98

RGB

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

 GREEN value IS 127 (50% from 255) = 24.38%

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

R = 46.45%
G = 24.38%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F27F98 (or 0xF27F98) is known color: Carissma. HEX triplet: F2, 7F and 98. RGB value is (242,127,152). Sum of RGB (Red+Green+Blue) = 242+127+152=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27F98 is #0D8067. Grayscale: #A4A4A4. Windows color (decimal): -884840 or 9994226. OLE color: 9994226.

HSL color Cylindrical-coordinate representation of color #F27F98: hue angle of 346.96º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27F98 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 127 152 -
CMYK 0 0.48 0.37 0.05
HSL 346.96º 0.82% 0.72% -
HSV(B) 346.96º 0.48% 0.95% -
XYZ 49.87 36.32 34.09 -
YUV 164.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 242 127 152 0 0.48 0.37 0.05 346.96 0.82 0.72
Hex F2 7F 98 0 30 25 5 15B 52 48
Octal 362 177 230 0 60 45 5 533 122 110
Binary 11110010 1111111 10011000 0 110000 100101 101 101011011 1010010 1001000

Color Harmonies of #F27F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27F98

Black with #F27F98

Text Example


Text Example

White with #F27F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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