Html Css Color HEX #F255AB Brilliant Rose

📋 copy color: '#F255AB'

red 242 ◦ green 85 ◦ blue 171

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

Shades of Brilliant Rose #F255AB

Tints of Brilliant Rose #F255AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.07%

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

R = 48.59%
G = 17.07%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F255AB (or 0xF255AB) is known color: Brilliant Rose. HEX triplet: F2, 55 and AB. RGB value is (242,85,171). Sum of RGB (Red+Green+Blue) = 242+85+171=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F255AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F255AB is #0DAA54. Grayscale: #8D8D8D. Windows color (decimal): -895573 or 11228658. OLE color: 11228658.

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

Color convert

RGB 242 85 171 -
CMYK 0 0.65 0.29 0.05
HSL 327.13º 0.86% 0.64% -
HSV(B) 327.13º 0.65% 0.95% -
XYZ 47.22 28.31 41.5 -
YUV 141.75 144.51 199.51 -
System Red Green Blue C M Y K H S L
Decimal 242 85 171 0 0.65 0.29 0.05 327.13 0.86 0.64
Hex F2 55 AB 0 41 1D 5 147 56 40
Octal 362 125 253 0 101 35 5 507 126 100
Binary 11110010 1010101 10101011 0 1000001 11101 101 101000111 1010110 1000000

Color Harmonies of #F255AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255AB

Black with #F255AB

Text Example


Text Example

White with #F255AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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