Html Css Color HEX #F255AD Brilliant Rose

📋 copy color: '#F255AD'

red 242 ◦ green 85 ◦ blue 173

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

Shades of Brilliant Rose #F255AD

Tints of Brilliant Rose #F255AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.6%

R = 48.4%
G = 17%
B = 34.6%

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

#F255AD (or 0xF255AD) is known color: Brilliant Rose. HEX triplet: F2, 55 and AD. RGB value is (242,85,173). Sum of RGB (Red+Green+Blue) = 242+85+173=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F255AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F255AD is #0DAA52. Grayscale: #8D8D8D. Windows color (decimal): -895571 or 11359730. OLE color: 11359730.

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

Color convert

RGB 242 85 173 -
CMYK 0 0.65 0.29 0.05
HSL 326.37º 0.86% 0.64% -
HSV(B) 326.37º 0.65% 0.95% -
XYZ 47.41 28.39 42.52 -
YUV 141.98 145.51 199.34 -
System Red Green Blue C M Y K H S L
Decimal 242 85 173 0 0.65 0.29 0.05 326.37 0.86 0.64
Hex F2 55 AD 0 41 1D 5 146 56 40
Octal 362 125 255 0 101 35 5 506 126 100
Binary 11110010 1010101 10101101 0 1000001 11101 101 101000110 1010110 1000000

Color Harmonies of #F255AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255AD

Black with #F255AD

Text Example


Text Example

White with #F255AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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