Html Css Color HEX #F898CF Carnation Pink

📋 copy color: '#F898CF'

red 248 ◦ green 152 ◦ blue 207

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

Shades of Carnation Pink #F898CF

Tints of Carnation Pink #F898CF

RGB

 RED value IS 248 (97.27% from 255) = 40.86%

 GREEN value IS 152 (59.77% from 255) = 25.04%

 BLUE value IS 207 (81.25% from 255) = 34.1%

R = 40.86%
G = 25.04%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F898CF (or 0xF898CF) is known color: Carnation Pink. HEX triplet: F8, 98 and CF. RGB value is (248,152,207). Sum of RGB (Red+Green+Blue) = 248+152+207=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F898CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898CF is #076730. Grayscale: #BABABA. Windows color (decimal): -485169 or 13605112. OLE color: 13605112.

HSL color Cylindrical-coordinate representation of color #F898CF: hue angle of 325.62º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F898CF is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 152 207 -
CMYK 0 0.39 0.17 0.03
HSL 325.63º 0.87% 0.78% -
HSV(B) 325.63º 0.39% 0.97% -
XYZ 61.2 46.92 64.86 -
YUV 186.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 248 152 207 0 0.39 0.17 0.03 325.63 0.87 0.78
Hex F8 98 CF 0 27 11 3 146 57 4E
Octal 370 230 317 0 47 21 3 506 127 116
Binary 11111000 10011000 11001111 0 100111 10001 11 101000110 1010111 1001110

Color Harmonies of #F898CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F898CF

Black with #F898CF

Text Example


Text Example

White with #F898CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F898CF; }

 p { color: rgb(248,152,207); }

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

background-color css

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

 a { background-color: rgb(248,152,207); }

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

border-color css

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

 span { border-color: rgb(248,152,207); }

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