Html Css Color HEX #F255AF Brilliant Rose

📋 copy color: '#F255AF'

red 242 ◦ green 85 ◦ blue 175

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

Shades of Brilliant Rose #F255AF

Tints of Brilliant Rose #F255AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.86%

R = 48.21%
G = 16.93%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F255AF (or 0xF255AF) is known color: Brilliant Rose. HEX triplet: F2, 55 and AF. RGB value is (242,85,175). Sum of RGB (Red+Green+Blue) = 242+85+175=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F255AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F255AF is #0DAA50. Grayscale: #8E8E8E. Windows color (decimal): -895569 or 11490802. OLE color: 11490802.

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

Color convert

RGB 242 85 175 -
CMYK 0 0.65 0.28 0.05
HSL 325.61º 0.86% 0.64% -
HSV(B) 325.61º 0.65% 0.95% -
XYZ 47.6 28.47 43.54 -
YUV 142.2 146.51 199.18 -
System Red Green Blue C M Y K H S L
Decimal 242 85 175 0 0.65 0.28 0.05 325.61 0.86 0.64
Hex F2 55 AF 0 41 1C 5 146 56 40
Octal 362 125 257 0 101 34 5 506 126 100
Binary 11110010 1010101 10101111 0 1000001 11100 101 101000110 1010110 1000000

Color Harmonies of #F255AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255AF

Black with #F255AF

Text Example


Text Example

White with #F255AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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