Html Css Color HEX #F25BA2 Brilliant Rose

📋 copy color: '#F25BA2'

red 242 ◦ green 91 ◦ blue 162

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

Shades of Brilliant Rose #F25BA2

Tints of Brilliant Rose #F25BA2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.38%

 BLUE value IS 162 (63.67% from 255) = 32.73%

R = 48.89%
G = 18.38%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F25BA2 (or 0xF25BA2) is known color: Brilliant Rose. HEX triplet: F2, 5B and A2. RGB value is (242,91,162). Sum of RGB (Red+Green+Blue) = 242+91+162=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25BA2 is #0DA45D. Grayscale: #909090. Windows color (decimal): -894046 or 10640370. OLE color: 10640370.

HSL color Cylindrical-coordinate representation of color #F25BA2: hue angle of 331.79º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25BA2 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 91 162 -
CMYK 0 0.62 0.33 0.05
HSL 331.79º 0.85% 0.65% -
HSV(B) 331.79º 0.62% 0.95% -
XYZ 46.88 28.97 37.3 -
YUV 144.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 242 91 162 0 0.62 0.33 0.05 331.79 0.85 0.65
Hex F2 5B A2 0 3E 21 5 14C 55 41
Octal 362 133 242 0 76 41 5 514 125 101
Binary 11110010 1011011 10100010 0 111110 100001 101 101001100 1010101 1000001

Color Harmonies of #F25BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25BA2

Black with #F25BA2

Text Example


Text Example

White with #F25BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25BA2; }

 p { color: rgb(242,91,162); }

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

background-color css

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

 a { background-color: rgb(242,91,162); }

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

border-color css

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

 span { border-color: rgb(242,91,162); }

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