Html Css Color HEX #F255B1 Brilliant Rose

📋 copy color: '#F255B1'

red 242 ◦ green 85 ◦ blue 177

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

Shades of Brilliant Rose #F255B1

Tints of Brilliant Rose #F255B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.12%

R = 48.02%
G = 16.87%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F255B1 (or 0xF255B1) is known color: Brilliant Rose. HEX triplet: F2, 55 and B1. RGB value is (242,85,177). Sum of RGB (Red+Green+Blue) = 242+85+177=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F255B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F255B1 is #0DAA4E. Grayscale: #8E8E8E. Windows color (decimal): -895567 or 11621874. OLE color: 11621874.

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

Color convert

RGB 242 85 177 -
CMYK 0 0.65 0.27 0.05
HSL 324.84º 0.86% 0.64% -
HSV(B) 324.84º 0.65% 0.95% -
XYZ 47.8 28.55 44.59 -
YUV 142.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 242 85 177 0 0.65 0.27 0.05 324.84 0.86 0.64
Hex F2 55 B1 0 41 1B 5 145 56 40
Octal 362 125 261 0 101 33 5 505 126 100
Binary 11110010 1010101 10110001 0 1000001 11011 101 101000101 1010110 1000000

Color Harmonies of #F255B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255B1

Black with #F255B1

Text Example


Text Example

White with #F255B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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