Html Css Color HEX #F255AC Brilliant Rose

📋 copy color: '#F255AC'

red 242 ◦ green 85 ◦ blue 172

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

Shades of Brilliant Rose #F255AC

Tints of Brilliant Rose #F255AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.47%

R = 48.5%
G = 17.03%
B = 34.47%

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

#F255AC (or 0xF255AC) is known color: Brilliant Rose. HEX triplet: F2, 55 and AC. RGB value is (242,85,172). Sum of RGB (Red+Green+Blue) = 242+85+172=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F255AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F255AC is #0DAA53. Grayscale: #8D8D8D. Windows color (decimal): -895572 or 11294194. OLE color: 11294194.

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

Color convert

RGB 242 85 172 -
CMYK 0 0.65 0.29 0.05
HSL 326.75º 0.86% 0.64% -
HSV(B) 326.75º 0.65% 0.95% -
XYZ 47.31 28.35 42.01 -
YUV 141.86 145.01 199.43 -
System Red Green Blue C M Y K H S L
Decimal 242 85 172 0 0.65 0.29 0.05 326.75 0.86 0.64
Hex F2 55 AC 0 41 1D 5 147 56 40
Octal 362 125 254 0 101 35 5 507 126 100
Binary 11110010 1010101 10101100 0 1000001 11101 101 101000111 1010110 1000000

Color Harmonies of #F255AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255AC

Black with #F255AC

Text Example


Text Example

White with #F255AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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