Html Css Color HEX #F256AB Brilliant Rose

📋 copy color: '#F256AB'

red 242 ◦ green 86 ◦ blue 171

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

Shades of Brilliant Rose #F256AB

Tints of Brilliant Rose #F256AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.23%

 BLUE value IS 171 (67.19% from 255) = 34.27%

R = 48.5%
G = 17.23%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F256AB (or 0xF256AB) is known color: Brilliant Rose. HEX triplet: F2, 56 and AB. RGB value is (242,86,171). Sum of RGB (Red+Green+Blue) = 242+86+171=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F256AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F256AB is #0DA954. Grayscale: #8E8E8E. Windows color (decimal): -895317 or 11228914. OLE color: 11228914.

HSL color Cylindrical-coordinate representation of color #F256AB: hue angle of 327.31º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F256AB is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 86 171 -
CMYK 0 0.64 0.29 0.05
HSL 327.31º 0.86% 0.64% -
HSV(B) 327.31º 0.64% 0.95% -
XYZ 47.3 28.47 41.53 -
YUV 142.33 144.18 199.09 -
System Red Green Blue C M Y K H S L
Decimal 242 86 171 0 0.64 0.29 0.05 327.31 0.86 0.64
Hex F2 56 AB 0 40 1D 5 147 56 40
Octal 362 126 253 0 100 35 5 507 126 100
Binary 11110010 1010110 10101011 0 1000000 11101 101 101000111 1010110 1000000

Color Harmonies of #F256AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F256AB

Black with #F256AB

Text Example


Text Example

White with #F256AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F256AB; }

 p { color: rgb(242,86,171); }

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

background-color css

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

 a { background-color: rgb(242,86,171); }

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

border-color css

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

 span { border-color: rgb(242,86,171); }

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