Html Css Color HEX #F250AA Brilliant Rose

📋 copy color: '#F250AA'

red 242 ◦ green 80 ◦ blue 170

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

Shades of Brilliant Rose #F250AA

Tints of Brilliant Rose #F250AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.26%

 BLUE value IS 170 (66.8% from 255) = 34.55%

R = 49.19%
G = 16.26%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F250AA (or 0xF250AA) is known color: Brilliant Rose. HEX triplet: F2, 50 and AA. RGB value is (242,80,170). Sum of RGB (Red+Green+Blue) = 242+80+170=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F250AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F250AA is #0DAF55. Grayscale: #8A8A8A. Windows color (decimal): -896854 or 11161842. OLE color: 11161842.

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

Color convert

RGB 242 80 170 -
CMYK 0 0.67 0.30 0.05
HSL 326.67º 0.86% 0.63% -
HSV(B) 326.67º 0.67% 0.95% -
XYZ 46.74 27.52 40.88 -
YUV 138.7 145.67 201.68 -
System Red Green Blue C M Y K H S L
Decimal 242 80 170 0 0.67 0.30 0.05 326.67 0.86 0.63
Hex F2 50 AA 0 43 1E 5 147 56 3F
Octal 362 120 252 0 103 36 5 507 126 77
Binary 11110010 1010000 10101010 0 1000011 11110 101 101000111 1010110 111111

Color Harmonies of #F250AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F250AA

Black with #F250AA

Text Example


Text Example

White with #F250AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F250AA; }

 p { color: rgb(242,80,170); }

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

background-color css

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

 a { background-color: rgb(242,80,170); }

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

border-color css

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

 span { border-color: rgb(242,80,170); }

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